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

sorted-array

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sorted-array - npm Package Compare versions

Comparing version

to
2.0.3

2

component.json

@@ -5,3 +5,3 @@ {

"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.",
"version": "2.0.2",
"version": "2.0.3",
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"],

@@ -8,0 +8,0 @@ "main": "sorted-array.js",

{
"name": "sorted-array",
"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.",
"version": "2.0.2",
"version": "2.0.3",
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"],

@@ -18,3 +18,3 @@ "author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@fastmail.fm>",

}],
"bugs": "https://github.com/javascript/sorted-array/issues",
"bugs": "https://github.com/aaditmshah/sorted-array/issues",
"licenses": [{

@@ -26,6 +26,6 @@ "type": "MIT",

"type": "git",
"url": "https://github.com/javascript/sorted-array.git"
"url": "https://github.com/aaditmshah/sorted-array.git"
}],
"dependencies": {},
"homepage": "https://github.com/javascript/sorted-array"
"homepage": "https://github.com/aaditmshah/sorted-array"
}