Socket
Socket
Sign inDemoInstall

bitgener

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

doc/bitgener.svg

6

CHANGELOG.md
# CHANGELOG
## 1.1.5 - delivery @15/01/2020
- add "files" key to package.json to lighten npm package
- test directory is now outside lib
- update Readme
## 1.1.4 - delivery @03/01/2020

@@ -4,0 +10,0 @@

8

package.json
{
"name": "bitgener",
"version": "1.1.4",
"version": "1.1.5",
"description": "A lightweight and zero-dependencies pure Node.js barcode library",

@@ -17,3 +17,3 @@ "author": "Adrien Valcke",

"test:lint": "eslint lib/",
"test:unit": "NODE_ENV=test mocha lib/test/* --exit",
"test:unit": "NODE_ENV=test mocha test/* --exit",
"test": "npm run test:lint && npm run test:unit"

@@ -48,2 +48,6 @@ },

],
"files": [
"lib",
"doc"
],
"dependencies": {},

@@ -50,0 +54,0 @@ "devDependencies": {

<p align="center">
<img src="doc/examples/bitgener.svg" alt="Bitgener" style="border-radius:50%"/>
<img src="doc/bitgener.svg" alt="Bitgener" style="border-radius:50%"/>
<p>

@@ -17,3 +17,3 @@

- [Import Bitgener](#import-bitgener)
- [bitgener(options): AsyncFunction](#bitgener-options-AsyncFunction)
- [bitgener(options): AsyncFunction](#bitgeneroptions-AsyncFunction)
- [Examples](#examples)

@@ -20,0 +20,0 @@ - [1D barcode](#1d-barcode)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc