Socket
Socket
Sign inDemoInstall

collections

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collections - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

list.js

@@ -40,3 +40,3 @@ "use strict";

while (at !== head) {
if (equals(value, at.value)) {
if (equals(at.value, value)) {
return at;

@@ -53,3 +53,3 @@ }

while (at !== head) {
if (equals(value, at.value)) {
if (equals(at.value, value)) {
return at;

@@ -56,0 +56,0 @@ }

{
"name": "collections",
"version": "1.2.0",
"version": "1.2.1",
"description": "data structures with idiomatic JavaScript collection interfaces",

@@ -5,0 +5,0 @@ "homepage": "http://www.collectionsjs.com",

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