@qrcode-js/node
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"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" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
5461
8
94
2
0
4
2
0
2
+ Addedarg@^5.0.2
+ Addedlodash@^4.17.21
+ Added@qrcode-js/core@0.2.2(transitive)
+ Addedarg@5.0.2(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@qrcode-js/core@0.1.0(transitive)
Updated@qrcode-js/core@^0.2.0