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

nested-proxies

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nested-proxies - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

lib/DeepProxy.js

@@ -31,3 +31,3 @@ /*

function DeepProxy( target , handler = {} , options = {} ) {
function DeepProxy( target , handler = {} , options = {} , rData = undefined ) {
this.target = target ;

@@ -41,3 +41,3 @@ this.handler = handler ;

return this.getProxyFor( target , undefined , undefined , options.rData ) ;
return this.getProxyFor( target , undefined , undefined , rData !== undefined ? rData : options.rData ) ;
}

@@ -44,0 +44,0 @@

{
"name": "nested-proxies",
"version": "0.2.0",
"version": "0.2.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=14.15.0"

@@ -364,2 +364,3 @@ /*

{ data , rData }
//{ data } , rData
) ;

@@ -366,0 +367,0 @@

Sorry, the diff of this file is not supported yet

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