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 59.5.3 to 59.5.4

20

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

@@ -42,10 +42,10 @@ "keywords": [

"dependencies": {
"@waiting/shared-core": "^23.2.0"
"@waiting/shared-core": "^23.3.0"
},
"devDependencies": {
"@mwcp/otel": "20 - 22",
"kmore-cli": "^59.5.3",
"kmore-types": "^59.5.3",
"@mwcp/otel": "24 - 25",
"kmore-cli": "^59.5.4",
"kmore-types": "^59.5.4",
"knex": "^3.1.0",
"pg": "^8.11.3"
"pg": "^8.11.5"
},

@@ -74,3 +74,3 @@ "engines": {

"build": "npm run tsc && tsc-alias && npm run rp",
"build:test": "tsc -p test/tsconfig.json",
"build:unit": "tsc -p test/tsconfig.json",
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",

@@ -84,8 +84,8 @@ "clean:cache": "rm -rf .eslintcache .tsbuildinfo",

"lint:nofix": "eslint --cache src test",
"pretest": "npm run build && npm run build:test",
"pretest": "npm run build && npm run build:unit",
"rp": "tsx bin-hashbang.js",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --jobs=2",
"tsc": "tsc -b"
"tsc": "tsc -p tsconfig.json"
},
"gitHead": "137fd257e3cc2ab34a35e3e04c9b49a65f3c7277"
"gitHead": "2cf7453258e8d4c66ea7a63eab61cca508ef842e"
}

@@ -24,2 +24,3 @@ {

"##/*": ["src/*"],
"#a/*": ["src/app/*"],
"#@/*": ["test/*"]

@@ -47,2 +48,3 @@ },

"dist",
"fixtures",
"node_modules*",

@@ -49,0 +51,0 @@ "**/*.d.ts",

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