select-pure
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "select-pure", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Pure JavaScript select component.", | ||
@@ -16,11 +16,11 @@ "author": { | ||
"files": [ | ||
"es/", | ||
"lib/", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"main": "es/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build:min": "rollup -c", | ||
"build:lib": "babel -d es src", | ||
"build": "npm run build:min && npm run build:lib", | ||
"build:dist": "rollup -c", | ||
"build:lib": "babel -d lib src", | ||
"build": "npm run build:dist && npm run build:lib", | ||
"test": "jest --no-cache --coverage", | ||
@@ -27,0 +27,0 @@ "lint:js": "./node_modules/eslint/bin/eslint.js src/", |
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
16622
5
291
1