Comparing version 0.3.5 to 0.3.7
{ | ||
"name": "can-set", | ||
"version": "0.3.5", | ||
"version": "0.3.7", | ||
"description": "Set logic for CanJS", | ||
"main": "src/set.js", | ||
"scripts": { | ||
"preversion": "npm test", | ||
"version": "npm run build && git add -Af dist/ && git commit -m \"Updating dist\"", | ||
"preversion": "npm test && npm run build && git add -Af dist/ && git commit -m \"Update dist for release\"", | ||
"postversion": "git push && git push --tags", | ||
@@ -10,0 +9,0 @@ "release:patch": "npm version patch && npm publish", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
73067
23
1912