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 1.0.0 to 1.0.1

2

index.js

@@ -7,3 +7,3 @@ /* vim: set shiftwidth=2 tabstop=2 noexpandtab textwidth=80 wrap : */

if (typeof Proxy === 'undefined')
throw new Error('Native proxies not enabled. use `node --harmony` or `node --harmony-proxies`');
throw new Error('Native proxies not enabled. use `node --harmony-proxies` to enable them.');

@@ -10,0 +10,0 @@ // Check if we actually have new-style Proxies

{
"name": "harmony-proxy",
"description": "Small shim providing `new Proxy(target, handler)`",
"version": "1.0.0",
"version": "1.0.1",
"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