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.5 to 0.0.6

2

package.json

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

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

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

@@ -209,3 +209,3 @@ /* (The MIT License)

function createStorage(creator){
var weakmap = new WeakMap;
var weakmap = new WM;
creator || (creator = defaultCreator);

@@ -212,0 +212,0 @@

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