@databases/mysql
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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. |
{ | ||
"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/" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
1
80
17422
12
270
Updated@databases/sql@^1.0.3