js-index-data-structures
Advanced tools
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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19084