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

harmony-proxy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harmony-proxy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/index.js

@@ -91,3 +91,3 @@

if (typeof target !== 'function')
return Proxy.create(oldHandler);
return Proxy.create(oldHandler, Object.getPrototypeOf(target));
return Proxy.createFunction(

@@ -94,0 +94,0 @@ oldHandler,

{
"name": "harmony-proxy",
"description": "Small shim providing `new Proxy(target, handler)`",
"version": "0.0.1",
"version": "0.0.2",
"keywords": ["harmony", "proxy", "trap", "es6"],

@@ -6,0 +6,0 @@ "main": "./index",

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