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.0.2 to 0.0.3

24

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

@@ -14,2 +14,5 @@ "author": {

"homepage": "https://github.com/borisdiakur/memoize-fs",
"bugs": {
"url": "https://github.com/borisdiakur/memoize-fs/issues"
},
"repository": {

@@ -33,3 +36,20 @@ "type": "git",

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

29

README.md

@@ -1,7 +0,10 @@

memoize-fs
==========
# memoize-fs
## memoize/cache in file system solution for Node.js
memoize/cache in file system solution for Node.js
### Motivation
[![NPM](https://nodei.co/npm/memoize-fs.png)](https://nodei.co/npm/memoize-fs/)
[![Build Status](https://api.travis-ci.org/borisdiakur/memoize-fs.png?branch=master)](https://travis-ci.org/borisdiakur/memoize-fs)
## Motivation
This project is inspired by the [memoize project](https://github.com/medikoo/memoize) by [Mariusz Nowak aka medikoo](https://github.com/medikoo).

@@ -11,3 +14,3 @@ The motivation behind this module is that sometimes you have to persist cached function calls but you do not want to deal with an extra process (ie. managing a Redis store).

### Features
## Features

@@ -18,3 +21,3 @@ * Works with almost all kind and any length of function arguments – [__custom serialization is posible__](#serialize)

### Installation
## Installation

@@ -25,3 +28,3 @@ In your project path:

### Usage
## Usage

@@ -143,13 +146,13 @@ ```javascript

Issues and Pull-requests welcome.
Issues and Pull-requests welcome. If you want to submit a patch, please make sure that you follow this simple rule:
> All code in any code-base should look like a single person typed it, no matter how
many people contributed. —[idiomatic.js](https://github.com/rwldrn/idiomatic.js/)
## Change Log
v0.0.3 - keywords in package.json, prettified readme, added npmignore
v0.0.2 - [serialize option](#serialize)
v0.0.1 - Alpha
### Tests [![Build Status](https://api.travis-ci.org/borisdiakur/memoize-fs.png?branch=master)](https://travis-ci.org/borisdiakur/memoize-fs)
$ npm test

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