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.8 to 1.8.9

3

nedb/index.d.ts

@@ -80,6 +80,7 @@ // Type definitions for NeDB 1.8

/**
* Insert a new document
* Insert one or more new documents
* @param cb Optional callback, signature: err, insertedDoc
*/
insert<T extends G>(newDoc: T, cb?: (err: Error, document: T) => void): void;
insert<T extends G>(newDocs: T[], cb?: (err: Error, documents: T[]) => void): void;

@@ -86,0 +87,0 @@ /**

{
"name": "@types/nedb",
"version": "1.8.8",
"version": "1.8.9",
"description": "TypeScript definitions for NeDB",

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

},
"typesPublisherContentHash": "2df6b3e460fe696409d5fd5a82c0db2c2884be3fd473e92c8c2b091bc79f8da8",
"typesPublisherContentHash": "349de0619eeb9d14cee61bcd13531665ce18a17438435d060f4a45162b5f70c4",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 08 Jul 2019 22:44:03 GMT
* Last updated: Wed, 04 Sep 2019 22:31:22 GMT
* Dependencies: @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