Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "queez", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "A simple Javascript library to create quizz", | ||
@@ -59,5 +59,8 @@ "main": "index.js", | ||
"scripts": { | ||
"lint": "eslint src/*; exit 0", | ||
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register;" | ||
"lint": "eslint src/*;", | ||
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register;", | ||
"copy-readme": "cp -R README.md dist/", | ||
"copy-package": "cp -R package.json dist/", | ||
"publish": "npm run lint && npm run test && npm run copy-readme && npm run copy-package && cd dist && npm publish" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
136287
3643
3
2
3