Vulcanize

Latest version: v0.2

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.1.3

- polymer-scope is no longer supported ([commit](https://github.com/Polymer/vulcanize/commit/130bd9f))
- Add npm installation instructions ([commit](https://github.com/Polymer/vulcanize/commit/e5a3a20))
- move option checking to setOptions, not the bin ([commit](https://github.com/Polymer/vulcanize/commit/3c74820))
- bump version ([commit](https://github.com/Polymer/vulcanize/commit/93bf0a1))

0.1.2

- add a help dialog, fix "main" in package.json ([commit](https://github.com/Polymer/vulcanize/commit/e819859))
- update README to be more approachable ([commit](https://github.com/Polymer/vulcanize/commit/0e1b1b0))
- bump version ([commit](https://github.com/Polymer/vulcanize/commit/cce587a))

0.1.1

- Adds npm install snippet, minor formatting changes. ([commit](https://github.com/Polymer/vulcanize/commit/0c2012a))
- Merge pull request 1 from addyosmani/patch-1 ([commit](https://github.com/Polymer/vulcanize/commit/af6be09))
- resolving script path from outputDir during concatenation ([commit](https://github.com/Polymer/vulcanize/commit/aff52d5))
- fixing the use of .html(cssText) to update the styles content. ([commit](https://github.com/Polymer/vulcanize/commit/cac1c06))
- variable rename and removing the unrequired check ([commit](https://github.com/Polymer/vulcanize/commit/8e50118))
- Merge pull request 2 from akhileshgupta/concat_scripts_bugfix ([commit](https://github.com/Polymer/vulcanize/commit/0b00c84))
- Merge pull request 3 from akhileshgupta/inline_styles_fix ([commit](https://github.com/Polymer/vulcanize/commit/9148aa8))
- add other directories to testing ([commit](https://github.com/Polymer/vulcanize/commit/fc3ec5c))
- Add style url rewriting back ([commit](https://github.com/Polymer/vulcanize/commit/4b969f2))
- Fix paths from main html file if input or output directories are not current working directory ([commit](https://github.com/Polymer/vulcanize/commit/37826f8))
- Bump version to 0.1.1 ([commit](https://github.com/Polymer/vulcanize/commit/b5529cf))

0.1.0

- add repo info to package.json ([commit](https://github.com/Polymer/vulcanize/commit/a0ad98c))
- semver recommends starting at 0.1.0 ([commit](https://github.com/Polymer/vulcanize/commit/0cce118))

0.0.1

- use assetpath attribute on <element> to fix resolvePath usage in Polymer elements ([commit](https://github.com/Polymer/vulcanize/commit/65742e4))
- Much more useful README ([commit](https://github.com/Polymer/vulcanize/commit/7a14a0a))
- update for polymer-element ([commit](https://github.com/Polymer/vulcanize/commit/866e282))
- Update README for polymer-element ([commit](https://github.com/Polymer/vulcanize/commit/42c0903))
- breaking down doc tool for analysis ([commit](https://github.com/Polymer/vulcanize/commit/ec2fff7))
- Process imports as whole files, no element extraction ([commit](https://github.com/Polymer/vulcanize/commit/a2fbec8))
- For CSP, allow an option to separate scripts into a separate file ([commit](https://github.com/Polymer/vulcanize/commit/a9c94f2))
- update README for CSP mode ([commit](https://github.com/Polymer/vulcanize/commit/d048526))
- add a semicolon to all scripts to prevent weird insertion conditions ([commit](https://github.com/Polymer/vulcanize/commit/ba536e5))
- vulcanizer will now take in a single main document and produce a built version of that main document. ([commit](https://github.com/Polymer/vulcanize/commit/b0590ec))
- reflect new functionality in README, fix up newline issues, refactor constants ([commit](https://github.com/Polymer/vulcanize/commit/b5f793b))
- Update to newer cheerio with fixed htmlparser ([commit](https://github.com/Polymer/vulcanize/commit/5091f57))
- find better spots for vulcanized imports and scripts ([commit](https://github.com/Polymer/vulcanize/commit/e43b7c1))
- Fix output directory for CSP js file ([commit](https://github.com/Polymer/vulcanize/commit/50e0b41))
- fix import location finding and windows path munging ([commit](https://github.com/Polymer/vulcanize/commit/2ad5e0b))
- Remove unused function ([commit](https://github.com/Polymer/vulcanize/commit/8e3458d))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/748fa81))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/1ca31c6))
- assetpath is handled by polymer now ([commit](https://github.com/Polymer/vulcanize/commit/b4d3703))
- inline css stylesheets into style tags in polymer elements ([commit](https://github.com/Polymer/vulcanize/commit/3ebfc4e))
- Inlined stylesheets must have URL paths rewritten, move to import processing ([commit](https://github.com/Polymer/vulcanize/commit/82f88db))
- update README with index-vulcanized output ([commit](https://github.com/Polymer/vulcanize/commit/60fd461))
- make everything from imports inlined ([commit](https://github.com/Polymer/vulcanize/commit/cb6082d))
- Try to insert inlined import exactly where the link was ([commit](https://github.com/Polymer/vulcanize/commit/d341c8b))
- Update README to reflect all-in-one html files ([commit](https://github.com/Polymer/vulcanize/commit/3377419))
- Add --inline option to inline all scripts into main document (opposite of --csp) ([commit](https://github.com/Polymer/vulcanize/commit/71f0b80))
- Use html() to inline scripts, text() makes HTML Entities ([commit](https://github.com/Polymer/vulcanize/commit/66fd4ad))
- inlineScripts now uses html text and regex, not cheerio api ([commit](https://github.com/Polymer/vulcanize/commit/0f27091))
- reorder constant variables, add missing SCRIPT_SRC ([commit](https://github.com/Polymer/vulcanize/commit/75ddc28))
- split vulcan.js into vulcanize bin and lib/vulcan.js ([commit](https://github.com/Polymer/vulcanize/commit/b5f19ff))
- reference bin/vulcanize for global npm install ([commit](https://github.com/Polymer/vulcanize/commit/a79885a))
- reference new executable path ([commit](https://github.com/Polymer/vulcanize/commit/2bd7272))
- add license files ([commit](https://github.com/Polymer/vulcanize/commit/fa145b3))
- remove unrelated viz file ([commit](https://github.com/Polymer/vulcanize/commit/1503e47))
- add license top ([commit](https://github.com/Polymer/vulcanize/commit/cb3d754))
- Update README.md ([commit](https://github.com/Polymer/vulcanize/commit/d070c7f))

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.