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 20.0.0 to 20.0.1

4

dist/index.cjs.js

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

*
* @version 19.0.0
* @version 20.0.0
* @author waiting

@@ -216,3 +216,3 @@ * @license MIT

this.dbh = dbhBindEvent;
this.refTables = this.createRefTables(dbh, 'ref_');
this.refTables = this.createRefTables(this.dbh, 'ref_');
this.subject = new rxjs.Subject();

@@ -219,0 +219,0 @@ }

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

this.dbh = dbhBindEvent;
this.refTables = this.createRefTables(dbh, 'ref_');
this.refTables = this.createRefTables(this.dbh, 'ref_');
this.subject = new Subject();

@@ -20,0 +20,0 @@ }

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

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

},
"gitHead": "19b04d4db3d2aecc7bfbe61853c39d2889f3df6c"
"gitHead": "1e3b0cdf319834e3cff0d9b508e01913a1c27ac1"
}

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