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.3 to 0.1.4

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AsyncNedb = void 0;
const Nedb = require("nedb");

@@ -4,0 +5,0 @@ const util_1 = require("./util");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.justPromise = exports.promisefy = void 0;
function promisefy(name, args) {

@@ -4,0 +5,0 @@ return new Promise((rs, rj) => {

18

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

@@ -45,12 +45,12 @@ "repository": {

"devDependencies": {
"@types/jest": "^24.0.23",
"@types/nedb": "^1.8.8",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
"tslint": "^5.20.1",
"@types/jest": "^26.0.15",
"@types/nedb": "^1.8.11",
"jest": "^26.6.3",
"lodash": "^4.17.20",
"prettier": "^2.2.0",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"
"typescript": "^4.1.2"
}
}
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