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

@databases/mysql

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databases/mysql - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

24

LICENSE.md

@@ -1,5 +0,21 @@

Copyright (c) Forbes Lindesay
# The MIT License (MIT)
@databases is an Open Source project licensed under the terms of
the GPLv3 license. Please see <http://www.gnu.org/licenses/gpl-3.0.html>
for license text.
Copyright (c) 2019 Forbes Lindesay
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.

13

package.json
{
"name": "@databases/mysql",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -9,4 +9,4 @@ "main": "./lib/index.js",

"@babel/code-frame": "^7.0.0",
"@databases/mysql-config": "^1.0.0",
"@databases/sql": "^1.0.1",
"@databases/mysql-config": "^1.0.1",
"@databases/sql": "^1.0.3",
"@types/mysql": "^2.15.5",

@@ -18,7 +18,10 @@ "mysql2": "^1.6.4"

"bugs": "https://github.com/ForbesLindesay/atdatabases/issues",
"license": "GPL-3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://www.atdatabases.org/docs/mysql"
"homepage": "https://www.atdatabases.org/docs/mysql",
"files": [
"lib/"
]
}
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