Socket
Socket
Sign inDemoInstall

nedb-async

Package Overview
Dependencies
103
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

2

dist/util.js

@@ -27,3 +27,3 @@ "use strict";

const valid = ['sort', 'limit', 'skip'];
if (valid.includes(method)) {
if (!valid.includes(method)) {
throw new Error(`${method} is not recognized, available methods are ${valid.join(',')}`);

@@ -30,0 +30,0 @@ }

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

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

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