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

memoize-fs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memoize-fs - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.jscsrc

2

index.js

@@ -135,3 +135,3 @@ 'use strict';

fnaArgs.push(function(/* err, result... */) {
fnaArgs.push(function (/* err, result... */) {
var cbErr = _.first(arguments),

@@ -138,0 +138,0 @@ cbArgs = _.rest(arguments);

{
"name": "memoize-fs",
"version": "0.1.4",
"version": "0.1.5",
"description": "memoize/cache in file system solution for Node.js",

@@ -29,3 +29,3 @@ "author": "Boris Diakur <contact@borisdiakur.com> (https://github.com/borisdiakur)",

"mkdirp": "~0.5.0",
"lodash": "~3.1.0",
"lodash": "~3.2.0",
"rimraf": "~2.2.8"

@@ -32,0 +32,0 @@ },

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