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

ronin

Package Overview
Dependencies
Maintainers
3
Versions
1895
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 1.0.12 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": {

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