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

@barcode-bakery/barcode-common

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barcode-bakery/barcode-common - npm Package Compare versions

Comparing version 3.0.0-alpha.7 to 3.0.0

1

dist/barcode-common.js

@@ -1472,2 +1472,1 @@ var O = Object.defineProperty;

};
//# sourceMappingURL=barcode-common.js.map

10

LICENSE.md

@@ -1,9 +0,3 @@

Barcode Bakery Common for NodeJS has two possible licenses.
Barcode Bakery Common for NodeJS is under [Creative Commons Attribution-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nd/4.0/deed.en).
- Commercial License
(a paid license, meant for commercial use)
https://www.barcodebakery.com/en/license/2
- Creative Commons Non-Commercial No-Derivatives
(meant for trial and non-commercial use)
https://creativecommons.org/licenses/by-nc-nd/4.0/
Which means, you are allowed to use it in your projects, commercial or non-commercial, for free. However, you cannot change the copyrights or change the code and sell our library to others.
{
"name": "@barcode-bakery/barcode-common",
"version": "3.0.0-alpha.7",
"description": "Base code for generating barcode with the Barcode Bakery library. See barcode-bakery-1d.",
"version": "3.0.0",
"description": "Base code for generating barcode with the Barcode Bakery library. See @barcode-bakery/barcode-1d.",
"type": "module",
"repository": "git://github.com/barcode-bakery/barcode-ts-common",
"repository": {
"type": "git",
"url": "https://github.com/barcode-bakery/barcode-typescript",
"directory": "ts/common"
},
"homepage": "https://www.barcodebakery.com",

@@ -17,3 +21,3 @@ "author": {

},
"license": "See LICENSE.MD",
"license": "CC-BY-ND-4.0",
"files": [

@@ -33,4 +37,4 @@ "/dist"

"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/eslint": "^8.56.10",
"@types/node": "17.0.29",
"@typescript-eslint/eslint-plugin": "^7.7.1",

@@ -42,3 +46,5 @@ "@typescript-eslint/parser": "^7.7.1",

"globals": "^15.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5",

@@ -45,0 +51,0 @@ "vite": "^5.2.0",

@@ -1,17 +0,19 @@

<p align="center"><a href="https://www.barcodebakery.com" target="_blank">
# [Barcode Bakery](https://www.barcodebakery.com/) &middot; [![GitHub license](https://img.shields.io/badge/license-CC%20BY--ND-blue.svg)](https://creativecommons.org/licenses/by-nd/4.0/deed.en)
<p align="center"><a href="https://www.barcodebakery.com" target="_blank">
<img src="https://www.barcodebakery.com/images/BCG-Logo-SQ-GitHub.svg">
</a></p>
[Barcode Bakery][1] is a library written in Node.js, [.NET Standard][2] and [PHP][3] which allows you to generate barcodes on the fly on your server for displaying or saving.
[Barcode Bakery](https://www.barcodebakery.com) is a library written in TypeScript, [.NET Standard](https://github.com/barcode-bakery/barcode-dotnet-1d/) and [PHP](https://github.com/barcode-bakery/barcode-php-1d/) which allows you to generate barcodes on the fly on your server for displaying or saving or directly on the client.
This is the common base for generating all barcode types.
Please visit the following repository:
Please visit one of the following README:
* [barcode-nodejs-1d][4]
[1]: https://www.barcodebakery.com
[2]: https://github.com/barcode-bakery/barcode-dotnet-1d/
[3]: https://github.com/barcode-bakery/barcode-php-1d/
[4]: https://github.com/barcode-bakery/barcode-nodejs-1d/
- [@barcode-bakery/barcode-1d](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/1d)
- [@barcode-bakery/barcode-aztec](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/aztec)
- [@barcode-bakery/barcode-databarexpanded](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/databarexpanded)
- [@barcode-bakery/barcode-datamatrix](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/datamatrix)
- [@barcode-bakery/barcode-maxicode](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/maxicode)
- [@barcode-bakery/barcode-pdf417](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/pdf417)
- [@barcode-bakery/barcode-qrcode](https://github.com/barcode-bakery/barcode-typescript/tree/master/core/qrcode)

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