Socket
Socket
Sign inDemoInstall

nedb-async

Package Overview
Dependencies
106
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "nedb-async",
"version": "0.0.2",
"version": "0.0.3",
"description": "Promise wrapper for Nedb that makes it possible to use all Nedb all cursor modifiers. ",

@@ -5,0 +5,0 @@ "repository": {

# Nedb-Async
**nedb-async is a simply promise base wrapper methods for <a href="https://github.com/louischatriot/nedb">Nedb</a>**
```
//Install with npm
> npm i nedb-async --save
//or with yarn
> yarn add nedb-async
```
How to use? Is very simply, so too avoid to much complexity all the cursor modifiers for ``find, findOne and count`` methods have to be pass as the last argument in an array to differentiate is from the

@@ -37,2 +46,5 @@ *query, projection and option* parameters which are mainly `object`

```
That's pretty very thing for more please use official <a href="https://github.com/louischatriot/nedb">Nedb</a> documentation or create an issue
That's pretty very thing for more please use official <a href="https://github.com/louischatriot/nedb">Nedb</a> documentation or create an issue
## Licence
<a href="https://github.com/Akumzy/nedb-async/blob/master/LICENSE">here</a>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc