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.1.3 to 0.1.4

7

es5/cache-point.js

@@ -20,6 +20,7 @@ 'use strict';

}
this.cacheDir = options.cacheDir;
try {
fs.mkdirSync(this.cacheDir);
} catch (err) {}
var mkdirp = require('mkdirp');
mkdirp.sync(this.cacheDir);
}

@@ -26,0 +27,0 @@

{
"name": "cache-point",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "0.1.3",
"version": "0.1.4",
"description": "cache-point",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/cache-point.git",

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