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 22.0.1 to 22.0.2

3

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 22.0.0
* @version 22.0.1
* @author waiting

@@ -242,2 +242,3 @@ * @license MIT

if (!this.dict || !this.dict.tables || !Object.keys(this.dict.tables).length) {
console.info('Kmore:createRefTables() this.dict or this.dict.tables empty');
return rb;

@@ -244,0 +245,0 @@ }

@@ -40,2 +40,3 @@ import { knex } from 'knex';

if (!this.dict || !this.dict.tables || !Object.keys(this.dict.tables).length) {
console.info('Kmore:createRefTables() this.dict or this.dict.tables empty');
return rb;

@@ -42,0 +43,0 @@ }

{
"name": "kmore",
"author": "waiting",
"version": "22.0.1",
"version": "22.0.2",
"description": "A SQL query builder based on knex with powerful TypeScript type support",

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

},
"gitHead": "5e7b6d0f836e58e3beb1171088a9143a1d6da1b6"
"gitHead": "23fcb76091c97186f9e4c50b8b1116fa0f949d16"
}

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