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

@contrail/util

Package Overview
Dependencies
Maintainers
9
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/util - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

2

lib/app-util/app-util.js

@@ -26,3 +26,3 @@ "use strict";

for (const appVersionPart of identifierParts.slice(1)) {
const badCharacters = appVersionPart.match(/[^@_\-\/A-Za-z0-9]/g);
const badCharacters = appVersionPart.match(/[^@_.\-\/A-Za-z0-9]/g);
if (badCharacters === null || badCharacters === void 0 ? void 0 : badCharacters.length) {

@@ -29,0 +29,0 @@ throw new BadIdentifierException(exports.IDENTIFIER_VALIDATION_BAD_CHARACTERS);

{
"name": "@contrail/util",
"version": "1.0.36",
"version": "1.0.37",
"description": "General javascript utilities",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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