Socket
Socket
Sign inDemoInstall

es6-collections

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-collections - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

bower.json

2

index.js

@@ -5,3 +5,3 @@ (function (exports) {'use strict';

//shortcuts
var defineProperty = Object.defineProperty, is = function(a,b) { return isNaN(a)? isNaN(b): a === b; };
var defineProperty = Object.defineProperty, is = function(a,b) { return (a === b) || (a !== a && b !== b) };

@@ -8,0 +8,0 @@

{
"name": "es6-collections",
"version": "0.5.5",
"version": "0.5.6",
"description": "ES6 Harmony like collections such Map, WeakMap, and Set",

@@ -38,2 +38,3 @@ "homepage": "https://github.com/WebReflection/es6-collections",

},
"license": "MIT",
"optionalDependencies": {},

@@ -40,0 +41,0 @@ "scripts": {

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