Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

keyscanner

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyscanner - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/index.min.js

24

package.json
{
"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"
}
}
index.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc