Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/mysql

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mysql - npm Package Compare versions

Comparing version 2.15.13 to 2.15.14

4

mysql/index.d.ts

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

*/
export function raw(sql: string): () => string;
export function raw(sql: string): {
toSqlString: () => string
};

@@ -87,0 +89,0 @@ export interface Connection extends EscapeFunctions {

{
"name": "@types/mysql",
"version": "2.15.13",
"version": "2.15.14",
"description": "TypeScript definitions for mysql",

@@ -44,4 +44,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "02b600d234b50559ed1edebbfcffc0863a839ad7763abd90414f2c6078b3bf81",
"typesPublisherContentHash": "21f56a0ca926d5c0ca288d54240c83e6f57eb13959ec4ce56d3f587b929c0b29",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 26 May 2020 23:19:51 GMT
* Last updated: Thu, 18 Jun 2020 21:07:44 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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

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