New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cmpsr/cml

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmpsr/cml - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0-canary-20231009090213

2

lib/getRgxInstance/getRgxInstance.js

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

var getRgxInstance = function() {
return new RegExp("{{([^:^{]*):(\\w+)(?:\\((.+)?\\))?(\\[([^\\]]*)?\\])?(?::([^}}]*))?}}", "g");
return new RegExp("{{([^:^{\\[]+)(?:\\[(\\d+(?:,\\d+)*)\\])?:(\\w+)(?:\\(([^)]+)\\))?(?:\\[([^\\]]+)\\])?(?::([^}]+))?}}", "g");
};

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

var propName = rgxGroups[1];
var fieldType = rgxGroups[2];
var fieldType = rgxGroups[3];
var defaultValue = rgxGroups[6] || "";

@@ -164,0 +164,0 @@ var propValue = values[propName];

@@ -10,3 +10,3 @@ {

},
"version": "0.9.0",
"version": "0.10.0-canary-20231009090213",
"author": "Takeichi Kanzaki Cabrera <me@tkanzakic.com>",

@@ -13,0 +13,0 @@ "license": "MIT",

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