cache-point
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -66,3 +66,3 @@ 'use strict' | ||
this._dir = val | ||
const mkdirp = require('mkdirp') | ||
const mkdirp = require('mkdirp2') | ||
mkdirp.sync(this.dir) | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "cache-point", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Simple, filesystem-backed memoisation cache.", | ||
@@ -24,10 +24,10 @@ "repository": "https://github.com/75lb/cache-point.git", | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"test-runner": "~0.3.0" | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"test-runner": "~0.4.0" | ||
}, | ||
"dependencies": { | ||
"array-back": "^1.0.4", | ||
"array-back": "^2.0.0", | ||
"fs-then-native": "^2.0.0", | ||
"mkdirp": "~0.5.1" | ||
"mkdirp2": "^1.0.3" | ||
} | ||
} |
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
73012
25
704
0
+ Addedmkdirp2@^1.0.3
+ Addedarray-back@2.0.0(transitive)
+ Addedmkdirp2@1.0.5(transitive)
- Removedmkdirp@~0.5.1
- Removedarray-back@1.0.4(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
Updatedarray-back@^2.0.0