Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "keyscanner", | ||
"version": "1.0.1", | ||
"main": "./index.js", | ||
"version": "1.0.2", | ||
"main": "./build/index.min.js", | ||
"description": "library that allows reading input events from a barcode machine or other similar devices, and distinguish them from normal user keystrokes", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"repository": { | ||
@@ -17,2 +20,6 @@ "type": "git", | ||
], | ||
"files": [ | ||
"README.md", | ||
"build/index.min.js" | ||
], | ||
"bugs": { | ||
@@ -23,3 +30,14 @@ "url": "https://github.com/namshi/keyscannerjs/issues" | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"babel-register": "^6.24.0", | ||
"babelrc-rollup": "^3.0.0", | ||
"browser-env": "^2.0.29", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-babel": "^2.7.1" | ||
} | ||
} |
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
8450
112
10
4
1