Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "lru-native", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "a native LRU cache implementation", | ||
@@ -8,3 +8,4 @@ "devDependencies": { | ||
"coffee-script": "1.7.1", | ||
"mocha": "latest" | ||
"mocha": "latest", | ||
"nan": "^2.2.0" | ||
}, | ||
@@ -11,0 +12,0 @@ "scripts": { |
@@ -99,4 +99,5 @@ node-lru-native | ||
- 0.4.0 -- Added support for newer versions of Node via NAN | ||
- 0.3.0 -- Changed memory allocation strategy, fixed issue where remove() would do a seek through the LRU list, code cleanup | ||
- 0.2.0 -- Fixed issue where maxAge-based removal would result in a seek through the LRU list | ||
- 0.1.0 -- Initial release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
103
2
18858
4