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

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.12 to 0.0.13

2

lib/reref.js

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

if (replacement !== false) obj[key] = { $ref: newRef }
else console.warn(state.identityPath,'gone away at',state.path);
else if (options && options.verbose) console.warn(state.identityPath,'gone away at',state.path);
}

@@ -27,0 +27,0 @@ }

{
"name": "reftools",
"version": "0.0.12",
"version": "0.0.13",
"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