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.0 to 0.1.1

5

gruntfile.js

@@ -13,3 +13,6 @@ 'use strict';

grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.registerTask('default', 'jshint');
grunt.loadNpmTasks('grunt-nsp-package');
grunt.registerTask('hint', ['jshint']);
grunt.registerTask('audit', ['validate-package']);
grunt.registerTask('default', ['hint', 'audit']);
};

16

package.json
{
"name": "memoize-fs",
"version": "0.1.0",
"version": "0.1.1",
"description": "memoize/cache in file system solution for Node.js",

@@ -13,3 +13,4 @@ "author": {

"mocha": "mocha --reporter nyan test",
"jshint": "grunt",
"jshint": "grunt hint",
"audit": "grunt audit",
"istanbul": "rm -rf coverage && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report html && open coverage/memoize-fs/index.js.html",

@@ -37,9 +38,10 @@ "coveralls": "rm -rf coverage && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"

"devDependencies": {
"mocha": "~1.20.1",
"istanbul": "~0.2.11",
"coveralls": "~2.10.0",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.11.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-cli": "~0.1.13"
"grunt-nsp-package": "~0.0.5",
"istanbul": "~0.2.11",
"mocha": "~2.0.0",
"mocha-lcov-reporter": "0.0.1"
},

@@ -46,0 +48,0 @@ "private": false,

@@ -7,2 +7,3 @@ # memoize-fs

[![Coverage Status](https://img.shields.io/coveralls/borisdiakur/memoize-fs.svg)](https://coveralls.io/r/borisdiakur/memoize-fs)
[![Dependency Status](https://gemnasium.com/borisdiakur/memoize-fs.svg)](https://gemnasium.com/borisdiakur/memoize-fs)

@@ -196,2 +197,4 @@ [![NPM](https://nodei.co/npm/memoize-fs.png?downloads=true)](https://nodei.co/npm/memoize-fs/)

v0.1.1 - using [grunt-nsp-package](https://github.com/nodesecurity/grunt-nsp-package) to audit dependencies
v0.1.0 - memoization of [asynchronous functions](#memoizing-asynchronous-functions)

@@ -198,0 +201,0 @@

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