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

svelte-barcode

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-barcode - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

dist/index.js

45

package.json
{
"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
}
}
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