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

@rss/common

Package Overview
Dependencies
Maintainers
1
Versions
895
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rss/common - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

2

dist/constant/chemical/barcode-pattern.constant.js

@@ -5,5 +5,5 @@ 'use strict';

UC: {
'03': /^UC\d{10}$|^3415925DA\w{6,31}$|^(201[8-9]|20[2-9]\d{1}|2[1-9]\d{2})[0-9]{20}$/
'03': /^UC\d{10}$|^3415925DA\w{6,31}$|^(201[8-9]|20[2-9]\d{1}|2[1-9]\d{2})(0600[0-9A-F]{16}|\d{20})$/
},
DEFAULT: /^UC\d{10}$/
};
{
"name": "@rss/common",
"version": "0.0.29",
"version": "0.0.30",
"description": "common constant, classes, & helper",

@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution",

module.exports = {
UC: {
'03': /^UC\d{10}$|^3415925DA\w{6,31}$|^(201[8-9]|20[2-9]\d{1}|2[1-9]\d{2})[0-9]{20}$/,
'03': /^UC\d{10}$|^3415925DA\w{6,31}$|^(201[8-9]|20[2-9]\d{1}|2[1-9]\d{2})(0600[0-9A-F]{16}|\d{20})$/,
},
DEFAULT: /^UC\d{10}$/,
};

@@ -37,3 +37,4 @@ const Helper = require('./helper');

expect(barcodePattern.test('201800000000000000000020')).toBeTruthy();
expect(barcodePattern.test('201806000123456789ABCDEF')).toBeTruthy();
});
});
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