Socket
Socket
Sign inDemoInstall

bitgener

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitgener - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

doc/bitgener.png

4

CHANGELOG.md
# CHANGELOG
## 1.2.2 - delivery @17/01/2020
- update logo and description
## 1.2.1 - delivery @17/01/2020

@@ -4,0 +8,0 @@

2

lib/index.js
/**
* Bitgener
*
* A lightspeed and zero-dependency Node.js barcode library.
* A lightspeed and zero-dependency Node.js barcode generator.
*

@@ -6,0 +6,0 @@ * This code is based on BarCode Coder Library.

{
"name": "bitgener",
"version": "1.2.1",
"description": "A lightweight and zero-dependencies pure Node.js barcode library",
"version": "1.2.2",
"description": "A lightweight and zero-dependencies pure Node.js barcode generator",
"author": "Adrien Valcke <adrienvalcke@icloud.com> (https://github.com/adrienv1520)",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

<p align="center">
<img src="doc/bitgener.svg" alt="Bitgener" style="border-radius:50%"/>
<img src="doc/bitgener.png" alt="Bitgener"/>
<p>
<p align="center">
A lightweight and zero-dependencies pure Node.js barcode library.
A lightweight and zero-dependencies pure Node.js barcode generator.
<p>

@@ -37,3 +37,3 @@

*Bitgener* is a barcode library written in pure Node.js using ES6 and ES7 features. It is based on the great work made by Jean-Baptiste Demonte and contributors: [barcode](https://github.com/jbdemonte/barcode).
*Bitgener* is a barcode generator written in pure Node.js using ES6 and ES7 features. It is based on the great work made by Jean-Baptiste Demonte and contributors: [barcode](https://github.com/jbdemonte/barcode).

@@ -40,0 +40,0 @@ Despite the fact that [bwipjs](https://github.com/metafloor/bwip-js) can generate a lot of barcodes and other libraries exist, I personally needed to generate the same ECC 200 compliant Datamatrixes from the *barcode* library and it was not possible by any of these libraries. Plus I had some issues with architecture-dependent image processor libraries used by other modules.

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