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

@types/nedb

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nedb - npm Package Compare versions

Comparing version 1.8.10 to 1.8.11

6

nedb/index.d.ts

@@ -99,4 +99,4 @@ // Type definitions for NeDB 1.8

*/
find<T extends G>(query: any, projection: T, callback: (err: Error | null, documents: T[]) => void): void;
find<T extends G>(query: any, projection?: T): Nedb.Cursor<T>;
find<T extends G>(query: any, projection: any, callback: (err: Error | null, documents: T[]) => void): void;
find<T extends G>(query: any, projection?: any): Nedb.Cursor<T>;

@@ -115,3 +115,3 @@ /**

*/
findOne<T extends G>(query: any, projection: T, callback: (err: Error | null, document: T) => void): void;
findOne<T extends G>(query: any, projection: any, callback: (err: Error | null, document: T) => void): void;

@@ -118,0 +118,0 @@ /**

{
"name": "@types/nedb",
"version": "1.8.10",
"version": "1.8.11",
"description": "TypeScript definitions for NeDB",

@@ -34,4 +34,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d964892af2b50104227e789d2e4df012d0a0625318d596c8db79a0c0f055519e",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "509f77d9985f27fbcc268fced959346de0d5179d605b4fe497049d9dee71c526",
"typeScriptVersion": "3.1"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 10 Jul 2020 16:11:12 GMT
* Last updated: Fri, 11 Sep 2020 16:36:27 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: `Nedb`

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