svelte-barcode
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "svelte-barcode", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "A light-weight and high-performance component to generate barcode for Svelte.", | ||
"author": "Bunlong <bunlong.van@gmail.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Bunlong/svelte-barcode.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Bunlong/svelte-barcode.git/issues" | ||
}, | ||
"homepage": "https://github.com/Bunlong/svelte-barcode", | ||
"svelte": "src/svelte-barcode.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "rollup -c -w", | ||
"build": "rollup -c", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"rollup": "^2.0.0", | ||
"rollup-plugin-svelte": "^6.0.0", | ||
"svelte": "^3.0.0" | ||
}, | ||
"keywords": [ | ||
"svelte", | ||
"svelte-barcode", | ||
"barcode" | ||
], | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"dependencies": { | ||
"jsbarcode": "^3.11.3" | ||
}, | ||
"browser": { | ||
"fs": false | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
23623
7
501
1
0
1
215
0
1
4
2
+ Addedjsbarcode@^3.11.3
+ Addedjsbarcode@3.11.6(transitive)