New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

langparse

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langparse - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+1
-1
index.js

@@ -190,3 +190,3 @@ const path = require("path");

var text = m_ln[_key],
res = text.replace(/\{(\d)\}/g, function(result, index) {
res = text.replace(/\\{(\\d)\\}/g, function(result, index) {
return _values[index] || "";

@@ -193,0 +193,0 @@ });

{
"name": "langparse",
"version": "1.0.7",
"version": "1.0.8",
"description": "parse language",

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