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

modli-nedb

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modli-nedb - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

4

build/index.js

@@ -75,3 +75,3 @@ 'use strict';

return new Promise(function (resolve, reject) {
return new Promise(function (resolve) {
_this2.db.findAsync(query).then(function (results) {

@@ -83,4 +83,2 @@ var tmp = [];

resolve(tmp);
})['catch'](function (err) {
return reject(err);
});

@@ -87,0 +85,0 @@ });

{
"name": "modli-nedb",
"version": "1.2.0",
"version": "2.0.0",
"description": "Modli adapter for NeDB",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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