Socket
Socket
Sign inDemoInstall

weakmap

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -6,3 +6,3 @@ {

"keywords": ["harmony", "collection", "weakmap","ecmascript", "es6", "shim", "garbage collection", "gc"],
"version": "0.0.1",
"version": "0.0.2",
"homepage": "http://benvie.github.com/WeakMap",

@@ -9,0 +9,0 @@ "repository": {

@@ -14,3 +14,3 @@ # WeakMap Shim

In the browser, include __weakmap.js__ or ____weakmap.min.js__ and WeakMap will be exposed on the window.
In the browser, include __weakmap.js__ or __weakmap.min.js__ and WeakMap will be exposed on the window.

@@ -17,0 +17,0 @@ ## Overview

@@ -199,4 +199,4 @@ /* (The MIT License)

exports.WeakMap = WeakMap;
else if (!('WeakMap' in global)
else if (!('WeakMap' in global))
global.WeakMap = WeakMap;
}(new Function('return this')(), {});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc