mysql-with-kysely
Advanced tools
Comparing version
{ | ||
"name": "mysql-with-kysely", | ||
"version": "0.0.0-rc-8", | ||
"version": "0.0.1", | ||
"repository": { | ||
@@ -17,8 +17,8 @@ "type": "git", | ||
"clean": "rimraf dist/", | ||
"build": "yarn clean && tsc && rimraf dist/__tests__/", | ||
"build": "yarn clean && tsc", | ||
"db:sync": "mysqldef -uroot -proot test < ddl.sql && sql-ts -c dbconfig.json", | ||
"lint": "eslint src", | ||
"lint": "eslint .", | ||
"test": "jest", | ||
"test:integration": "jest -c jest-integration.config.js", | ||
"publish": "yarn build && yarn npm publish --access public" | ||
"publish": "yarn build && yarn publish-if-not-published" | ||
}, | ||
@@ -44,2 +44,3 @@ "devDependencies": { | ||
"lodash": "^4.17.21", | ||
"publish-if-not-published": "^3.1.2", | ||
"rimraf": "^3.0.2", | ||
@@ -56,2 +57,2 @@ "ts-jest": "^27.1.4", | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1027074
4255.33%27
8%20285
4188.58%22
4.76%9
Infinity%1
Infinity%