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.13 to 0.0.14

3

lib/clone.js

@@ -70,3 +70,4 @@ 'use strict';

function circularClone(obj, hash = new WeakMap()) {
function circularClone(obj, hash) {
if (!hash) hash = new WeakMap();
// Do not try to clone primitives or functions

@@ -73,0 +74,0 @@ if (Object(obj) !== obj || obj instanceof Function) return obj;

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