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.17 to 2.15.18

4

mysql/index.d.ts

@@ -295,4 +295,4 @@ // Type definitions for mysql 2.15

length: number;
string(): string;
buffer(): Buffer;
string(): null | string;
buffer(): null | Buffer;
geometry(): null | GeometryType;

@@ -299,0 +299,0 @@ },

{
"name": "@types/mysql",
"version": "2.15.17",
"version": "2.15.18",
"description": "TypeScript definitions for mysql",

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

},
"typesPublisherContentHash": "3d288a7bfcf25b1cd4ff1b2a15eac645f1d78c192b4372b28123ca0ffc55dc3d",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "4c6bce93e1344d62e704c1a9648bd489780aae7fd43785aebd6bc541756fe3b5",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Tue, 29 Dec 2020 09:54:17 GMT
* Last updated: Tue, 02 Mar 2021 07:09:23 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc