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

razorleaf

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razorleaf - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

6

lib/parser.js

@@ -232,10 +232,4 @@ "use strict";

escaped = false;
if(c !== "'") {
accumulator += "\\";
}
} else if(c === "\\") {
escaped = true;
i++;
continue;
} else if(interpolated) {

@@ -242,0 +236,0 @@ if(c === "}") {

2

package.json
{
"name": "razorleaf",
"version": "0.13.1",
"version": "0.13.2",
"main": "razorleaf.js",

@@ -5,0 +5,0 @@ "files": [

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