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

symbology

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

symbology - npm Package Compare versions

Comparing version 2.1.6 to 3.0.0

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [3.0.0](https://github.com/jshor/symbology/compare/v2.1.6...v3.0.0) (2021-06-01)
### Features
* v3 ([6571397](https://github.com/jshor/symbology/commit/6571397b529e25207da8aa131083beed17c02b20))
### BREAKING CHANGES
* drops support for node v12 and v13.
## [2.1.6](https://github.com/jshor/symbology/compare/v2.1.5...v2.1.6) (2021-04-30)

@@ -2,0 +16,0 @@

0

dist/binding/index.d.ts
export = symbology;
declare const symbology: any;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import SymbologyType from './types/enums/SymbologyType';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import BinResult from '../types/BinResult';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import OutputType from './types/enums/OutputType';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare type BinResult = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare enum EncodingMode {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare enum OutputOption {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare enum OutputType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare enum SymbologyType {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare type RGBAColor = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import EncodingMode from './enums/EncodingMode';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ declare type SymbologyResult = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

12

package.json
{
"name": "symbology",
"version": "2.1.6",
"version": "3.0.0",
"description": "🔖 Generates 1D, 2D, and composite barcodes in png, svg, or eps formats. Supports 50+ symbologies.",

@@ -49,3 +49,3 @@ "scripts": {

"engines": {
"node": ">=12.0.0 <16.0.0"
"node": ">=14.0.0 <17.0.0"
},

@@ -82,5 +82,5 @@ "dependencies": {

},
"bundledDependencies": [
"@mapbox/node-pre-gyp"
],
"peerDependencies": {
"@mapbox/node-pre-gyp": "^1.0.2"
},
"husky": {

@@ -118,3 +118,3 @@ "hooks": {

},
"zintVersion": "f9b639e"
"zintVersion": "89518c4"
}
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