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

react-barcode

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-barcode - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

1

lib/index.d.ts

@@ -43,2 +43,3 @@ import React from "react";

marginRight?: number;
ean128: boolean;
}

@@ -45,0 +46,0 @@

6

lib/react-barcode.js

@@ -144,3 +144,4 @@ "use strict";

id: _propTypes["default"].string,
className: _propTypes["default"].string
className: _propTypes["default"].string,
ean128: _propTypes["default"].bool
};

@@ -162,4 +163,5 @@ Barcode.defaultProps = {

margin: 10,
className: ''
className: '',
ean128: false
};
module.exports = Barcode;
{
"name": "react-barcode",
"version": "1.5.1",
"version": "1.5.2",
"description": "React component to generate barcodes",

@@ -5,0 +5,0 @@ "keywords": [

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