New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qrcode-js/node

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qrcode-js/node - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/cli.d.ts

28

package.json
{
"name": "@qrcode-js/node",
"version": "0.1.0",
"description": "",
"main": "index.js",
"version": "0.2.0",
"description": "NodeJs wrapper for server rendering",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"qrcode": "lib/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "tsc -w --preserveWatchOutput",
"build": "tsc",
"test": "node lib/test.js",
"prepublishOnly": "npm run build"
},

@@ -13,3 +20,5 @@ "repository": {

},
"files": ["index.js"],
"files": [
"lib"
],
"keywords": [

@@ -28,5 +37,8 @@ "qr",

"dependencies": {
"@qrcode-js/core": "^0.1.0",
"canvas": "^2.9.3"
}
"@qrcode-js/core": "^0.2.0",
"arg": "^5.0.2",
"canvas": "^2.9.3",
"lodash": "^4.17.21"
},
"gitHead": "451e3fc5eeecce64978876246d81d1aff8099b9f"
}
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