Comparing version 0.4.0 to 0.5.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [0.5.0](https://github.com/waitingsong/kmore/compare/v0.4.0...v0.5.0) (2019-08-11) | ||
### Features | ||
* **build:** do not build esm.js default ([ca59ce7](https://github.com/waitingsong/kmore/commit/ca59ce7)) | ||
## [0.4.0](https://github.com/waitingsong/kmore/compare/v0.3.0...v0.4.0) (2019-08-11) | ||
@@ -7,0 +14,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.4.0 | ||
* @version 0.5.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
{ | ||
"name": "kmore", | ||
"author": "waiting", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A Knex little more factory of SQL query builder, with auto-generated type-safe tables accessor for Node.js", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"browser": "", | ||
"es2015": "./dist/index.esm.js", | ||
"es2015": "", | ||
"main": "./dist/index.cjs.js", | ||
@@ -27,0 +27,0 @@ "module": "./dist/index.js", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4
131440
26
1753