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

proxy-handlers

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-handlers - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "proxy-handlers",
"version": "0.0.2",
"version": "0.0.3",
"description": "Predefined ES6 Proxy handlers",
"main": "proxy-handlers.js",
"main": "proxy_handlers.js",
"license" : "BSD",

@@ -7,0 +7,0 @@ "keywords": [

@@ -51,3 +51,7 @@ /*

if (typeof Reflect === "undefined") {
throw new Error("require ECMAScript 6 Reflect module");
if (typeof require === "function") {
require("harmony-reflect");
} else {
throw new Error("require ECMAScript 6 Reflect module");
}
}

@@ -54,0 +58,0 @@

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