Socket
Socket
Sign inDemoInstall

reftools

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reftools - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

lib/jptr.js

@@ -88,3 +88,3 @@ 'use strict';

(!Array.isArray(obj))) {
obj[components[i]] = (setAndLast ? newValue : {});
obj[components[i]] = (setAndLast ? newValue : ((components[i+1] === '0' || components[i+1] === '-') ? [] : {}));
obj = obj[components[i]];

@@ -91,0 +91,0 @@ }

{
"name": "reftools",
"version": "0.0.19",
"version": "0.0.20",
"description": "Utility functions to deal with references in objects",

@@ -5,0 +5,0 @@ "main": "lib/recurse.js",

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