svelte-barcode
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "svelte-barcode", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "A light-weight and high-performance component to generate barcode for Svelte.", | ||
"author": "Bunlong <bunlong.van@gmail.com>", | ||
"author": "Bunlong", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"homepage": "https://github.com/Bunlong/svelte-barcode", | ||
"svelte": "src/svelte-barcode.js", | ||
"svelte": "src/index.js", | ||
"module": "dist/index.mjs", | ||
@@ -25,2 +25,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
@@ -42,6 +43,3 @@ "rollup": "^2.0.0", | ||
"jsbarcode": "^3.11.3" | ||
}, | ||
"browser": { | ||
"fs": false | ||
} | ||
} |
@@ -5,2 +5,4 @@ # svelte-barcode | ||
[![NPM](https://img.shields.io/npm/v/svelte-barcode.svg)](https://www.npmjs.com/package/svelte-barcode) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
## 🔧 Install | ||
@@ -20,3 +22,3 @@ | ||
**Note:** Install as a dev dependency ( `npm install svelte-barcode --dev` ) ( `yarn add svelte-select --dev` ) if using [Sapper](https://sapper.svelte.dev) to avoid a SSR error. | ||
**Note:** Install as a dev dependency ( `npm install svelte-barcode -D` ) ( `yarn add svelte-select --dev` ) if using [Sapper](https://sapper.svelte.dev) to avoid a SSR error. | ||
@@ -23,0 +25,0 @@ ## 💡 Usage |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
287538
5892
219
5
1