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

6

mysql/index.d.ts

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

// Krittanan Pingclasai <https://github.com/kpping>
// James Munro <https://github.com/jdmunro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -245,2 +246,7 @@ // TypeScript Version: 2.1

/**
* Values for template query
*/
values?: any;
/**
* Every operation takes an optional inactivity timeout option. This allows you to specify appropriate timeouts for

@@ -247,0 +253,0 @@ * operations. It is important to note that these timeouts are not part of the MySQL protocol, and rather timeout

9

mysql/package.json
{
"name": "@types/mysql",
"version": "2.15.3",
"version": "2.15.4",
"description": "TypeScript definitions for mysql",

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

"githubUsername": "kpping"
},
{
"name": "James Munro",
"url": "https://github.com/jdmunro",
"githubUsername": "jdmunro"
}

@@ -33,4 +38,4 @@ ],

},
"typesPublisherContentHash": "a7b1d3be9609b0a2d104c9b5921010c44fb9c37d6400d5ab65e81638a91072e4",
"typesPublisherContentHash": "45812e42ec31f29a36a68ccec1cda0a94489289370df52101dfd8ec1aa3f42fe",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 08 Mar 2018 23:25:55 GMT
* Last updated: Thu, 22 Mar 2018 17:52:41 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>, Krittanan Pingclasai <https://github.com/kpping>.
These definitions were written by William Johnston <https://github.com/wjohnsto>, Kacper Polak <https://github.com/kacepe>, Krittanan Pingclasai <https://github.com/kpping>, James Munro <https://github.com/jdmunro>.

Sorry, the diff of this file is not supported yet

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