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

kmore

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore - npm Package Compare versions

Comparing version 29.0.0 to 29.0.1

11

package.json
{
"name": "kmore",
"author": "waiting",
"version": "29.0.0",
"version": "29.0.1",
"description": "A SQL query builder based on knex with powerful TypeScript type support",

@@ -45,3 +45,3 @@ "keywords": [

"cross-env": "7",
"kmore-types": "^29.0.0",
"kmore-types": "^29.0.1",
"knex": "^2.1.0",

@@ -65,3 +65,3 @@ "pg": "^8.7.3"

"build": "npm run tsc && npm run rp",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",

@@ -76,6 +76,5 @@ "clean:lock": "rm package-lock.json -f",

"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false",
"tsc": "tsc -b ",
"tsc:w": "tsc -p tsconfig.json -w"
"tsc": "tsc -b "
},
"gitHead": "6131ec207318decc9e813ab88c84aacc1028d2af"
"gitHead": "fd5287fa5388f0ae37127f301bfc7c34150a8fbe"
}

Sorry, the diff of this file is not supported yet

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