New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sparse-array

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparse-array - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

index.js

@@ -47,2 +47,3 @@ 'use strict'

get (index) {
this._sortData()
const pos = this._internalPositionFor(index, true)

@@ -52,3 +53,2 @@ if (pos === -1) {

}
this._sortData()
return this._data[pos][1]

@@ -55,0 +55,0 @@ }

{
"name": "sparse-array",
"version": "1.3.0",
"version": "1.3.1",
"description": "Sparse array implementation in JS with no dependencies",

@@ -5,0 +5,0 @@ "main": "index.js",

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