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

mongodash

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodash - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [0.9.7](https://github.com/VaclavObornik/mongodash/compare/v0.9.6...v0.9.7) (2021-07-14)
### Bug Fixes
* updated mongodb compatible version ([a21d549](https://github.com/VaclavObornik/mongodash/commit/a21d549d24d69f9d93f8df4fc83c13ddf6d575d3))
## [0.9.1](https://github.com/VaclavObornik/mongodash/compare/v0.9.0...v0.9.1) (2021-07-08)

@@ -2,0 +9,0 @@

2

dist/lib/createContinuousLock.js
/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

/**!
* mongodash v0.9.6
* mongodash v0.9.7
* https://github.com/VaclavObornik/mongodash.git

@@ -4,0 +4,0 @@ *

{
"name": "mongodash",
"version": "0.9.6",
"version": "0.9.7",
"description": "An utility library delivering super-useful and super-simple tools using MongoDB",

@@ -13,3 +13,3 @@ "main": "dist/lib/index.js",

"dev": "tsc --watch",
"test": "run-p test:lint test:coverage test:stryker --aggregate-output",
"test": "run-p test:lint test:coverage --aggregate-output",
"test:lint": "eslint ./src/**/*.ts ./test/**/*.ts",

@@ -36,3 +36,3 @@ "test:simple": "jest",

"peerDependencies": {
"mongodb": ">=3"
"mongodb": ">=3 <4"
},

@@ -73,3 +73,3 @@ "devDependencies": {

"lodash": "^4.17.21",
"mongodb": "latest",
"mongodb": "^3.6.10",
"node-sass": "^6.0.0",

@@ -76,0 +76,0 @@ "npm-run-all": "^4.1.5",

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