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

js-index-data-structures

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-index-data-structures - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

index.js

@@ -110,3 +110,3 @@ /*

const insert = (done) => {
l.log('Testing inject(key, value)'.yellow);
l.log('Testing inject(key, value)');

@@ -179,3 +179,3 @@ const suite = new Benchmark.Suite();

const get = (done) => {
l.log('Testing get(key)'.yellow);
l.log('Testing get(key)');

@@ -274,3 +274,3 @@ const suite = new Benchmark.Suite();

const getAllValues = (done) => {
l.log('Testing get all values'.yellow);
l.log('Testing get all values');

@@ -348,3 +348,3 @@ const suite = new Benchmark.Suite();

const getRange = (done) => {
l.log('Testing getRange(lowerBound, upperBound)'.yellow);
l.log('Testing getRange(lowerBound, upperBound)');

@@ -429,3 +429,3 @@ const suite = new Benchmark.Suite();

const remove = (done) => {
l.log('Testing remove(key, value)'.yellow);
l.log('Testing remove(key, value)');

@@ -432,0 +432,0 @@ const suite = new Benchmark.Suite();

{
"name": "js-index-data-structures",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {

@@ -5,0 +5,0 @@ "run": "babel index.js > tmp.js && node tmp.js && rm tmp.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