New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nedb-promise-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nedb-promise-ts - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

1

dist/index.d.ts

@@ -18,2 +18,3 @@ /// <reference types="nedb" />

getCandidates(query: any): void;
insert<T>(newDoc: any): Promise<T>;
count(query: any): Promise<{}>;

@@ -20,0 +21,0 @@ find(query: any, projection?: any): Promise<{}>;

@@ -49,2 +49,5 @@ "use strict";

}
insert(newDoc) {
return this.promisify(this.original.insert.bind(this, newDoc));
}
// TODO: Support cursor style.

@@ -51,0 +54,0 @@ count(query) {

2

package.json
{
"name": "nedb-promise-ts",
"version": "0.1.0",
"version": "0.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/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