Vanillaplusjs

Latest version: v1.3.2

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

Scan your dependencies

Page 2 of 8

1.2.1

Improves handling of truly heinous javascript regular expression literals, such as `/[/=]/`

1.2.0

Supports regular expression literals in the javascript tokenizer/serializer, ensuring they are properly preserved.

1.1.2

Fixes deploy scripts

1.1.1

Resolves an issue where strings like `"foo\nbar"` in javascript would be converted to `"foonbar"` instead of preserved.

1.1.0

This release adds support for javascript comments containing just "type-hint" (and optional surrounding whitespace) to cause the line to be commented out.

For example:

js
export function foo(a, b); // type-hint
export function foo(...args) {
// ...
}


will become

js
/*export function foo(a, b); /* type-hint *\/*/
export function foo(...args) {
/* ...*/
}

1.0.4

This adds support for environment variables in constants.js

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.