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.1.7 to 0.1.8

2

lib/DeepProxy.js

@@ -53,3 +53,3 @@ /*

root: this ,
nested: ( property_ , targetOveride , extra_ ) => this.getProxyFor( targetOveride || target[ property_ ] , ctx , property_ , extra_ ) ,
nested: ( property_ , targetOveride , extra_ = extra ) => this.getProxyFor( targetOveride || target[ property_ ] , ctx , property_ , extra_ ) ,
//target: target ,

@@ -56,0 +56,0 @@ isArray: Array.isArray( target ) ,

{
"name": "nested-proxies",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Deep Proxy!",

@@ -5,0 +5,0 @@ "main": "lib/DeepProxy.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