Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "tealight", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "GPL-3.0" | ||
"name": "tealight", | ||
"version": "0.1.0", | ||
"description": "Helpful utils for DOM libraries", | ||
"main": "dist/tealight.js", | ||
"module": "dist/tealight.es.js", | ||
"jsnext:main": "dist/tealight.es.js", | ||
"files": ["dist"], | ||
"scripts": { | ||
"prebuild": "rm -rf dist/*", | ||
"build": "npm run bundle && npm run bundle:min", | ||
"bundle": "./node_modules/rollup/bin/rollup -c rollup.conf.js", | ||
"bundle:min": "./node_modules/rollup/bin/rollup -c rollup.conf.min.js", | ||
"lint": "./node_modules/eslint/bin/eslint.js src test", | ||
"pretest": "rm -rf .ignore/coverage/**/ && npm run lint", | ||
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js", | ||
"testing": "cross-env COVERAGE=true npm test -- --no-single-run", | ||
"coverage": "cross-env COVERAGE=true npm test" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"cross-env": "^5.1.1", | ||
"eslint": "^4.10.0", | ||
"karma": "^1.3.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coveralls": "^1.1.2", | ||
"karma-mocha": "^1.3.0", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-rollup-preprocessor": "^5.0.2", | ||
"karma-sinon-chai": "^1.3.3", | ||
"mocha": "^4.0.1", | ||
"rollup": "^0.51.5", | ||
"rollup-plugin-buble": "^0.x", | ||
"rollup-plugin-istanbul": "^1.1.0", | ||
"rollup-plugin-json": "^2.1.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-strip": "^1.1.1", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"rollup-watch": "^4.3.1", | ||
"sinon": "^4.0.2", | ||
"sinon-chai": "^2.8.0" | ||
}, | ||
"author": "Julian Lloyd", | ||
"license": "MIT" | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
14690
7
0
100
248
2
2
0
17
22