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.2 to 1.8.3

nedb/LICENSE

2

nedb/index.d.ts

@@ -63,3 +63,3 @@ // Type definitions for NeDB 1.8

updateIndexes<T>(oldDoc: T, newDoc: T): void;
updateIndexes<T>(updates: Array<{oldDoc: T; newDoc: T}>): void;
updateIndexes<T>(updates: Array<{ oldDoc: T; newDoc: T }>): void;

@@ -66,0 +66,0 @@ /**

{
"name": "@types/nedb",
"version": "1.8.2",
"version": "1.8.3",
"description": "TypeScript definitions for NeDB",

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

"peerDependencies": {},
"typesPublisherContentHash": "d1add31a5dc71a5de39ce46812855226e4e67b34188c9f59b598bf5b1cc0cd35",
"typesPublisherContentHash": "71128978a86479e8fb9db4d36191e63aa707491369bf2a26473b5cb69292bad9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 30 Mar 2017 22:36:50 GMT
* Last updated: Thu, 04 May 2017 22:35:19 GMT
* Dependencies: none

@@ -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