Comparing version 0.1.0 to 0.1.1
@@ -1,2 +0,2 @@ | ||
const LRU = require('lru-cache'); | ||
const { LRUCache: LRU } = require('lru-cache'); | ||
@@ -3,0 +3,0 @@ const sector = require('./sector'); |
{ | ||
"name": "bromba", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Fast wasteful short buffer disk storage.", | ||
@@ -18,8 +18,7 @@ "author": { | ||
"dependencies": { | ||
"lru-cache": "^7.10.1", | ||
"lru-cache": "~10", | ||
"snappy": "~7" | ||
}, | ||
"devDependencies": { | ||
"jshint": "~2", | ||
"tape": "~5", | ||
"@pirxpilot/jshint": "~3", | ||
"tmp": "~0" | ||
@@ -34,2 +33,2 @@ }, | ||
] | ||
} | ||
} |
@@ -42,5 +42,5 @@ [![NPM version][npm-image]][npm-url] | ||
[build-url]: https://github.com/pirxpilot/bromba/actions/workflows/check.yaml | ||
[build-image]: https://img.shields.io/github/workflow/status/pirxpilot/bromba/check | ||
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/bromba/check.yaml?branch=main | ||
[deps-image]: https://img.shields.io/librariesio/release/npm/bromba | ||
[deps-url]: https://libraries.io/npm/bromba |
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
5524
2
+ Addedlru-cache@10.4.3(transitive)
- Removedlru-cache@7.18.3(transitive)
Updatedlru-cache@~10