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.34 to 1.0.35

3

lib/string-util/string-util.js

@@ -14,2 +14,5 @@ "use strict";

const regExp = /\{([^}]+)\}/g;
if (!variableString) {
return variableString;
}
const replacedString = variableString.replace(regExp, (match, group) => {

@@ -16,0 +19,0 @@ const variableLevels = group.split('.');

3

package.json
{
"name": "@contrail/util",
"version": "1.0.34",
"version": "1.0.35",
"description": "General javascript utilities",

@@ -11,3 +11,2 @@ "main": "lib/index.js",

"lint": "tslint -p tsconfig.json",
"test:watch": "jest --watch",
"test": "jest"

@@ -14,0 +13,0 @@ },

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