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

4

nedb/index.d.ts
// Type definitions for NeDB 1.8
// Project: https://github.com/louischatriot/nedb
// Definitions by: Stefan Steinhart <https://github.com/reppners>
// Anthony Nichols <https://github.com/anthonynichols>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -200,2 +201,5 @@

corruptAlertThreshold?: number;
// (optional, defaults to false)
// timestamp the insertion and last update of all documents, with the fields createdAt and updatedAt. User-specified values override automatic generation, usually useful for testing.
timestampData?: boolean;
}

@@ -202,0 +206,0 @@

13

nedb/package.json
{
"name": "@types/nedb",
"version": "1.8.3",
"version": "1.8.4",
"description": "TypeScript definitions for NeDB",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Stefan Steinhart",
"url": "https://github.com/reppners"
"url": "https://github.com/reppners",
"githubUsername": "reppners"
},
{
"name": "Anthony Nichols",
"url": "https://github.com/anthonynichols",
"githubUsername": "anthonynichols"
}

@@ -20,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "71128978a86479e8fb9db4d36191e63aa707491369bf2a26473b5cb69292bad9",
"typesPublisherContentHash": "47f706d920e70170d652d54692cadb492d0f166b65e8e942ef701637db6d50b9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 04 May 2017 22:35:19 GMT
* Last updated: Fri, 06 Oct 2017 23:19:37 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: Nedb

# Credits
These definitions were written by Stefan Steinhart <https://github.com/reppners>.
These definitions were written by Stefan Steinhart <https://github.com/reppners>, Anthony Nichols <https://github.com/anthonynichols>.
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