can-dom-events
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "can-dom-events", | ||
"description": "Listen for native and custom DOM events", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"author": { | ||
@@ -46,11 +46,6 @@ "name": "Chris Andrejewski", | ||
"lint": "fixpack && npm run jshint", | ||
"postpublish": "git push --tags && git checkout master && git branch -D release && git push", | ||
"preversion": "npm test && npm run build", | ||
"release:major": "npm version major && npm publish", | ||
"release:minor": "npm version minor && npm publish", | ||
"release:patch": "npm version patch && npm publish", | ||
"test": "npm run lint && npm run testee", | ||
"testee": "testee test.html --browsers firefox", | ||
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/" | ||
"testee": "testee test.html --browsers firefox" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
37501
21
793