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

list

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

list - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

3

dist/es/index.js

@@ -63,3 +63,3 @@ var branchingFactor = 32;

if (sizes !== undefined) {
while (sizes[path] <= index) {
while (sizes[path] <= index - offset) {
path++;

@@ -1305,2 +1305,3 @@ }

bits = setDepth(0, bits);
newList.offset = 0;
}

@@ -1307,0 +1308,0 @@ bits = setSuffix(newAffix.length, bits);

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

if (sizes !== undefined) {
while (sizes[path] <= index) {
while (sizes[path] <= index - offset) {
path++;

@@ -1351,2 +1351,3 @@ }

bits = setDepth(0, bits);
newList.offset = 0;
}

@@ -1353,0 +1354,0 @@ bits = setSuffix(newAffix.length, bits);

{
"name": "list",
"version": "2.0.14",
"version": "2.0.15",
"description": "Fast purely functional immutable lists.",

@@ -44,3 +44,3 @@ "author": "Simon Friis Vindum",

"@types/mocha": "^5.2.5",
"@types/ramda": "^0.25.35",
"@types/ramda": "^0.25.38",
"babel-cli": "^6.26.0",

@@ -51,14 +51,14 @@ "babel-core": "^6.26.3",

"cherry-pick": "^0.2.1",
"codecov": "^3.0.4",
"fast-check": "^1.4.0",
"codecov": "^3.1.0",
"fast-check": "^1.5.0",
"mocha": "^5.2.0",
"np": "^3.0.4",
"nyc": "^12.0.2",
"prettier": "1.13.7",
"nyc": "^13.0.1",
"prettier": "1.14.2",
"proptest": "0.0.4",
"ramda": "0.25.0",
"source-map-support": "^0.5.6",
"ts-node": "^7.0.0",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
"typescript": "^3.0.3"
},

@@ -65,0 +65,0 @@ "files": [

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