Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cache-point

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-point - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

coverage/coverage.json

2

lib/cache-point.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc