Socket
Socket
Sign inDemoInstall

@types/mysql

Package Overview
Dependencies
2
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.15.4 to 2.15.5

6

mysql/index.d.ts

@@ -400,6 +400,6 @@ // Type definitions for mysql 2.15

/**
* Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then inflated into JavaScript Date
* objects. (Default: false)
* Force date types (TIMESTAMP, DATETIME, DATE) to be returned as strings rather then inflated into JavaScript
* Date objects. Can be true/false or an array of type names to keep as strings. (Default: false)
*/
dateStrings?: boolean;
dateStrings?: boolean | Array<'TIMESTAMP' | 'DATETIME' | 'DATE'>;

@@ -406,0 +406,0 @@ /**

{
"name": "@types/mysql",
"version": "2.15.4",
"version": "2.15.5",
"description": "TypeScript definitions for mysql",

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

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -38,4 +38,4 @@ "scripts": {},

},
"typesPublisherContentHash": "45812e42ec31f29a36a68ccec1cda0a94489289370df52101dfd8ec1aa3f42fe",
"typesPublisherContentHash": "5ab0640250fb34af9e11026236c9009f506a78be9ddd17745a348947c3766d6f",
"typeScriptVersion": "2.1"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mysql
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mysql
Additional Details
* Last updated: Thu, 22 Mar 2018 17:52:41 GMT
* Last updated: Thu, 31 May 2018 20:09:03 GMT
* Dependencies: stream, tls, node

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc