Socket
Socket
Sign inDemoInstall

react-jsbarcode

Package Overview
Dependencies
5
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [0.2.0](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.2...v0.2.0) (2021-10-07)
### ⚠ BREAKING CHANGES
- move jsbarcode as dependacy rather than peer
### Features
- move jsbarcode as dependacy rather than peer ([4730d31](https://github.com/iamchathu/react-jsbarcode/commit/4730d3167ae6c2fff2451b7083862069bbd674a6))
### [0.1.2](https://github.com/iamchathu/react-jsbarcode/compare/v0.1.1...v0.1.2) (2021-10-07)

@@ -7,0 +17,0 @@

6

package.json
{
"name": "react-jsbarcode",
"version": "0.1.2",
"version": "0.2.0",
"description": "JSBarcode component for React",

@@ -25,2 +25,5 @@ "homepage": "http://github.com/iamchathu/react-jsbarcode",

},
"dependencies": {
"jsbarcode": "^3.11.5"
},
"devDependencies": {

@@ -49,3 +52,2 @@ "@commitlint/cli": "^13.2.0",

"peerDependencies": {
"jsbarcode": "^3.11.5",
"react": "^17.0.2"

@@ -52,0 +54,0 @@ },

@@ -12,3 +12,3 @@ # react-jsbarcode

This is a [React](https://reactjs.org) component wrapping up [jsbarcode](<[https://](https://github.com/lindell/JsBarcode)>):
This is a [React](https://reactjs.org) component wrapping up [jsbarcode](<[https://](https://github.com/lindell/JsBarcode)>). Written as a React functional component using React hooks.

@@ -20,3 +20,3 @@ ## Installation

```bash
npm i react-jsbarcode jsbarcode
npm i react-jsbarcode
```

@@ -27,3 +27,3 @@

```bash
yarn add react-jsbarcode jsbarcode
yarn add react-jsbarcode
```

@@ -30,0 +30,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc