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

cache-manager

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.coveralls.yml

4

examples/redis_example/example.js
// Setup:
// npm install redis
// npm install sol-redis-pool
// node examples/redis_example/example.js

@@ -39,2 +40,3 @@ var cache_manager = require('../../');

console.log(user);
process.exit();
});

@@ -47,3 +49,1 @@ });

// { id: 123, name: 'Bob' }
process.exit();

@@ -0,1 +1,4 @@

- 0.1.1 2013-10-13
Travis and Coveralls integration testing.
- 0.1.0 2013-10-13

@@ -2,0 +5,0 @@ Removing built-in Redis store to emphasize that you should plug in your own

{
"name": "cache-manager",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "make"
},

@@ -26,2 +26,3 @@ "repository": {

"devDependencies": {
"coveralls": "~2.3.0",
"istanbul": ">=0.1.29",

@@ -28,0 +29,0 @@ "jshint": ">=1.0.1",

@@ -0,1 +1,4 @@

[![build status](https://secure.travis-ci.org/BryanDonovan/node-cache-manager.png)](http://travis-ci.org/BryanDonovan/node-cache-manager)
[![Coverage Status](https://coveralls.io/repos/BryanDonovan/node-cache-manager/badge.png?branch=master)](https://coveralls.io/r/BryanDonovan/node-cache-manager?branch=master)
node-cache-manager

@@ -2,0 +5,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