New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-in-memory

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-in-memory - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

.npmignore

2

index.js

@@ -119,3 +119,3 @@ 'use strict';

var inMemory = (0, _tingodb2.default)({ memStore: true, searchInArray: true });
var inMemory = (0, _tingodb2.default)({ apiLevel: 200, memStore: true, searchInArray: true });
var Db = exports.Db = inMemory.Db;

@@ -122,0 +122,0 @@

{
"name": "mongodb-in-memory",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {

@@ -9,3 +9,3 @@ "build": "babel -d . src/"

"bluebird": "^3.4.7",
"tingodb": "^0.5.1"
"@sanjo/tingodb": "^0.6.2"
},

@@ -12,0 +12,0 @@ "devDependencies": {

@@ -65,3 +65,3 @@ import tingodb from 'tingodb'

const inMemory = tingodb({memStore: true, searchInArray: true})
const inMemory = tingodb({apiLevel: 200, memStore: true, searchInArray: true})
export const Db = inMemory.Db

@@ -68,0 +68,0 @@

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