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

barcodejs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barcodejs - npm Package Compare versions

Comparing version 0.1.0-rc.1 to 0.1.0

4

package.json
{
"name": "barcodejs",
"version": "0.1.0-rc.1",
"version": "0.1.0",
"description": "Fast barcode generator for javascript.",

@@ -11,3 +11,3 @@ "main": "dist/barcode.js",

"build": "rollup -c",
"format": "prettier --write --trailing-comma all --print-width 120 --use-tabs --tab-width 4 --no-semi src/**/*.js",
"format": "prettier --write --trailing-comma all --print-width 120 --use-tabs --tab-width 4 --no-semi \"src/**/*.js\"",
"prepublish": "yarn run build",

@@ -14,0 +14,0 @@ "test": "yarn run flow && yarn run jest"

@@ -7,2 +7,7 @@ # Barcode.js

> ⚠️ **Currently not ready for production usage!**
>
> Although we use this in production, we do so in a controlled environment usage only text sources we completely control.
> Expect APIs to change until this notice is removed. (We will however respect semantic versioning.)
Encode strings into an intermediate representation and render them to different output formats.

@@ -30,5 +35,5 @@

const svg = renderBarcodeToSVG(encodeCode39("HELLO WORLD"), {
// Optional
width: "100%",
height: "20mm",
// Optional
width: "100%",
height: "20mm",
})

@@ -35,0 +40,0 @@

Sorry, the diff of this file is not supported yet

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