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.2.0 to 1.2.1

4

CHANGELOG.md
# CHANGELOG
## 1.2.1 - delivery @17/01/2020
- update Readme
## 1.2.0 - delivery @15/01/2020

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

4

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

@@ -7,0 +7,0 @@ "private": false,

@@ -13,2 +13,8 @@ <p align="center">

- [Installation](#installation)
- [Technical information](#technical-information)
- [Node.js](#node.js)
- [Debugging](#debugging)
- [Tests](#tests)
- [Linting](#linting)
- [Unit](#unit)
- [Supported symbologies](#supported-symbologies)

@@ -24,9 +30,5 @@ - [Usage](#usage)

- [Environment variables](#environment-variables)
- [Error codes](#error-codes)
- [Technical information](#technical-information)
- [Node.js](#node.js)
- [Debugging](#debugging)
- [Tests](#tests)
- [Linting](#linting)
- [Unit](#unit)
- [Errors](#errors)
- [Object structure](#object-structure)
- [Codes](#codes)
- [Development](#development)

@@ -55,2 +57,33 @@ - [Licence](#licence)

`npm i -S bitgener`
# Technical information
## Node.js
- Language: JavaScript ES6/ES7
- VM: Node.js >=10.0.0
## Debugging
- Own debugger embedded that writes on *process.stderr* when the *DEBUG* environment variable is set. See [Environment variables](#environment-variables).
## Tests
Command to run all tests:
`npm test`
### Linting
ESLint with Airbnb base rules. See [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript).
`npm run test:lint`
### Unit
Mocha and Chai.
`npm run test:unit`
# Supported symbologies

@@ -383,3 +416,3 @@

## Error
## Errors

@@ -489,32 +522,2 @@ ### Object structure

# Technical information
## Node.js
- Language: JavaScript ES6/ES7
- VM: NodeJS v10.0.0 and higher
## Debugging
- Own debugger embedded that writes on *process.stderr* when the *DEBUG* environment variable is set.
## Tests
Command to run all tests:
`npm test`
### Linting
ESLint with Airbnb base rules.
`npm run test:lint`
### Unit
Mocha and Chai.
`npm run test:unit`
# Development

@@ -521,0 +524,0 @@

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