🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

mysql-with-kysely

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-with-kysely - npm Package Compare versions

Comparing version

to
0.0.1

{
"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",

}
}
}