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.1 to 2.15.2

3

mysql/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for mysql 2.15

// Kacper Polak <https://github.com/kacepe>
// Krittanan Pingclasai <https://github.com/kpping>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -426,3 +427,3 @@ // TypeScript Version: 2.1

*/
ssl?: tls.SecureContextOptions & { rejectUnauthorized?: boolean };
ssl?: string | (tls.SecureContextOptions & { rejectUnauthorized?: boolean });
}

@@ -429,0 +430,0 @@

{
"name": "@types/mysql",
"version": "2.15.1",
"version": "2.15.2",
"description": "TypeScript definitions for mysql",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "kacepe"
},
{
"name": "Krittanan Pingclasai",
"url": "https://github.com/kpping",
"githubUsername": "kpping"
}

@@ -28,4 +33,4 @@ ],

},
"typesPublisherContentHash": "09c14f9b231ee22c000b59be234361db483fe72299061165da1af9401e0b180d",
"typesPublisherContentHash": "c7b71370ff043cd7c2a19d43dc200617b1f8b1e2e9d3b6590512655e6781a968",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 09 Nov 2017 09:38:04 GMT
* Last updated: Tue, 21 Nov 2017 18:21:30 GMT
* Dependencies: stream, tls, node

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

# Credits
These definitions were written by William Johnston <https://github.com/wjohnsto>, Kacper Polak <https://github.com/kacepe>.
These definitions were written by William Johnston <https://github.com/wjohnsto>, Kacper Polak <https://github.com/kacepe>, Krittanan Pingclasai <https://github.com/kpping>.
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