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 0.0.32 to 0.0.33

6

mysql/index.d.ts
// Type definitions for node-mysql
// Project: https://github.com/felixge/node-mysql
// Definitions by: William Johnston <https://github.com/wjohnsto>
// Kacper Polak <https://github.com/kacepe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -500,2 +501,7 @@

fatal: boolean;
/**
* SQL of failed query
*/
sql?: string;
}

@@ -502,0 +508,0 @@

8

mysql/package.json
{
"name": "@types/mysql",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript definitions for node-mysql",

@@ -10,2 +10,6 @@ "license": "MIT",

"url": "https://github.com/wjohnsto"
},
{
"name": "Kacper Polak",
"url": "https://github.com/kacepe"
}

@@ -23,4 +27,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "69eeecaf002803267951ae642cd9d0d12980a3ceb86459309eb8a3a3d216f7b2",
"typesPublisherContentHash": "1769f0d3e5a2cbd85fa29df084240f1113f64633b702427614f5074611fc4ef9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 19 Apr 2017 21:19:05 GMT
* Last updated: Fri, 05 May 2017 16:07:17 GMT
* Dependencies: stream, node

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

# Credits
These definitions were written by William Johnston <https://github.com/wjohnsto>.
These definitions were written by William Johnston <https://github.com/wjohnsto>, Kacper Polak <https://github.com/kacepe>.

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