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.2 to 0.1.3

32

package.json
{
"name": "memoize-fs",
"version": "0.1.2",
"version": "0.1.3",
"description": "memoize/cache in file system solution for Node.js",
"author": {
"name": "Boris Diakur",
"email": "contact@borisdiakur.com",
"url": "https://github.com/borisdiakur"
},
"author": "Boris Diakur <contact@borisdiakur.com> (https://github.com/borisdiakur)",
"scripts": {

@@ -33,3 +29,3 @@ "test": "mocha test && grunt",

"mkdirp": "~0.5.0",
"lodash": "~2.4.1",
"lodash": "~3.0.1",
"rimraf": "~2.2.8"

@@ -41,6 +37,6 @@ },

"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-nsp-package": "~0.0.5",
"istanbul": "~0.2.11",
"mocha": "~2.0.0",
"istanbul": "~0.3.5",
"mocha": "~2.1.0",
"mocha-lcov-reporter": "0.0.1"

@@ -50,19 +46,5 @@ },

"main": "index.js",
"keywords": [
"memoize",
"memoizer",
"cache",
"memoization",
"memo",
"memcached",
"hashing",
"storage",
"persistence",
"caching",
"memory",
"file system",
"fs"
],
"keywords": "memoize, memoizer, cache, memoization, memo, memcached, hashing, storage, persistence, caching, memory, file system, fs",
"license": "MIT",
"readmeFilename": "README.md"
}

Sorry, the diff of this file is not supported yet

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