dfinity-radix-tree
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -17,3 +17,4 @@ const Buffer = require('safe-buffer').Buffer | ||
} | ||
} | ||
}, | ||
size: 4194304 // set heap usage to 4MB | ||
})) { | ||
@@ -20,0 +21,0 @@ super(dag) |
{ | ||
"name": "dfinity-radix-tree", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "This implements a binary merkle radix tree", | ||
@@ -23,6 +23,6 @@ "main": "index.js", | ||
"coveralls": "^3.0.1", | ||
"documentation": "^7.0.0", | ||
"documentation": "^8.0.0", | ||
"fs-extra": "^6.0.0", | ||
"level-browserify": "^1.1.2", | ||
"nyc": "^11.8.0", | ||
"nyc": "^12.0.1", | ||
"standard": "^11.0.1", | ||
@@ -41,3 +41,4 @@ "tape": "^4.6.3" | ||
"ignore": [ | ||
"/benchmark/" | ||
"/benchmark/", | ||
"fetch.js" | ||
] | ||
@@ -44,0 +45,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
284105
504
9