You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ronin

Package Overview
Dependencies
Maintainers
3
Versions
2191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ronin - npm Package Compare versions

Comparing version

to
1.0.13

2

dist/index.js

@@ -48,3 +48,3 @@ var __defProp = Object.defineProperty;

var setProperty = (object, path, value) => {
const segments = path.split(/(?<!\\)[[.](?!\\)/g).filter((x) => !!x.trim()).map((x) => x.replaceAll("\\.", "."));
const segments = path.replace(/\\\./g, "\u200B").split(/[[.]/g).map((s) => s.replace(/\u200B/g, ".")).filter((x) => !!x.trim()).map((x) => x.replaceAll("\\.", "."));
const set = (node) => {

@@ -51,0 +51,0 @@ if (segments.length > 1) {

{
"version": "1.0.12",
"version": "1.0.13",
"name": "ronin",

@@ -4,0 +4,0 @@ "scripts": {