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

abstract-cache-mongo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-cache-mongo - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

test/integration.test.js

5

package.json
{
"name": "abstract-cache-mongo",
"version": "2.0.0",
"version": "2.0.1",
"description": "An abstract-cache compliant client with a MongoDB backing",

@@ -34,5 +34,6 @@ "main": "index.js",

"devDependencies": {
"abstract-cache": "^1.0.1",
"pre-commit": "^1.2.2",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"standard": "^11.0.0",
"tap": "^11.0.1"

@@ -39,0 +40,0 @@ },

2

test/client.test.js

@@ -40,3 +40,3 @@ 'use strict'

const client = factory({
dbName: 'teting',
dbName: 'testing',
mongodb: {

@@ -43,0 +43,0 @@ url: 'mongodb://localhost:27017/testing'

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