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.6.0-canary-20230710151708 to 0.6.0-canary-20230712092516

6

lib/replaceCmlPlaceholders/replaceCmlPlaceholders.js

@@ -211,7 +211,3 @@ "use strict";

searchValue = match;
if (propValue && typeof propValue === "object") {
newValue = "{".concat(JSON.stringify(propValue), "}");
} else {
newValue = "{".concat(propValue, "}");
}
newValue = "{".concat(JSON.stringify(propValue), "}");
break;

@@ -218,0 +214,0 @@ case "list":

2

package.json

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

},
"version": "0.6.0-canary-20230710151708",
"version": "0.6.0-canary-20230712092516",
"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