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

nedb-promises

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nedb-promises - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## 6.2.2
### Fixed
- Vulnerable dependencies.
## 6.2.1

@@ -9,0 +13,0 @@ ### Fixed

2

docs.md

@@ -575,3 +575,3 @@ ## Classes

### datastore.count([query]) ⇒ [<code>Cursor</code>](#Cursor)
Count documents that match a query.
Count documents matching the specified `query`.

@@ -578,0 +578,0 @@ It's basically the same as the original:

{
"name": "nedb-promises",
"version": "6.2.1",
"version": "6.2.2",
"description": "A dead-simple promise wrapper for nedb.",

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

"dependencies": {
"@seald-io/nedb": "^3.1.0"
"@seald-io/nedb": "^4.0.2"
},

@@ -35,4 +35,4 @@ "devDependencies": {

"jest": "^29.0.3",
"jsdoc-to-markdown": "^7.1.0"
"jsdoc-to-markdown": "^8.0.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