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 4.0.0 to 4.1.0

6

dist/index.cjs.js

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

*
* @version 3.3.0
* @version 4.0.0
* @author waiting

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

exError: void 0,
timestamp: new Date().getTime(),
};

@@ -129,2 +130,3 @@

...input,
timestamp: new Date().getTime(),
};

@@ -173,3 +175,3 @@ if (ev.type === 'query') {

let refTable = dbh(refName);
if (identifier) {
if (typeof identifier !== 'undefined') {
refTable = refTable

@@ -176,0 +178,0 @@ .on('query', (data) => {

@@ -18,2 +18,3 @@ export const defaultPropDescriptor = {

exError: void 0,
timestamp: new Date().getTime(),
};

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

...input,
timestamp: new Date().getTime(),
};

@@ -98,3 +99,3 @@ if (ev.type === 'query') {

let refTable = dbh(refName);
if (identifier) {
if (typeof identifier !== 'undefined') {
refTable = refTable

@@ -101,0 +102,0 @@ .on('query', (data) => {

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

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

"@waiting/shared-types": "8",
"kmore-types": "^4.0.0",
"kmore-types": "^4.1.0",
"rxjs": "6"

@@ -105,3 +105,3 @@ },

},
"gitHead": "7ed7a5af495d63249a32e01f526e88979746be45"
"gitHead": "eeafea5395ce745c2f1997053f22bc36a8ad1830"
}

@@ -23,2 +23,4 @@ import { KmoreEvent } from './types'

exError: void 0,
timestamp: new Date().getTime(),
}

@@ -109,2 +109,3 @@ /* eslint-disable import/no-extraneous-dependencies */

...input,
timestamp: new Date().getTime(),
}

@@ -165,3 +166,3 @@ if (ev.type === 'query') {

let refTable = dbh(refName)
if (identifier) {
if (typeof identifier !== 'undefined') {
refTable = refTable

@@ -168,0 +169,0 @@ .on('query', (data: OnQueryData): void => {

@@ -56,2 +56,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

exError: OnQueryErrorErr | undefined
timestamp: number
}

@@ -58,0 +59,0 @@

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