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

xpress-mongo

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpress-mongo - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

package.json
{
"name": "xpress-mongo",
"version": "0.3.0",
"version": "0.3.1",
"description": "Light Weight ODM for mongoDb",

@@ -11,3 +11,3 @@ "main": "index.js",

"scripts": {
"bp": "tsc && ts-node build && npm publish dist",
"bp": "tsc && ts-node build",
"test": "nodemon tests/test.js",

@@ -30,3 +30,3 @@ "watch": "tsc --watch"

"dependencies": {
"@types/mongodb": "^3.6.5",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.25",

@@ -36,3 +36,3 @@ "@types/uuid": "^8.3.0",

"deep-object-diff": "^1.1.0",
"mongodb": "^3.6.4",
"mongodb": "3.6.3",
"object-collection": "^1.0.31",

@@ -39,0 +39,0 @@ "uuid": "^8.3.2"

@@ -1,2 +0,3 @@

declare const _default;
/// <reference types="lodash" />
declare const _default: import("lodash").LoDashStatic;
/**

@@ -3,0 +4,0 @@ * Get Lodash

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