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 17.0.0 to 17.2.0

11

dist/index.cjs.js

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

*
* @version 16.0.0
* @version 17.0.0
* @author waiting

@@ -168,3 +168,8 @@ * @license MIT

if (subject.closed) {
throw new Error('Kmore:subject already closed');
// throw new Error('Kmore:subject already closed')
console.warn({
msg: 'Kmore event:subject already closed. skip tracing.',
input,
});
return;
}

@@ -226,3 +231,3 @@ const ev = {

unsubscribe() {
this.subject.unsubscribe();
this.subject.closed || this.subject.unsubscribe();
}

@@ -229,0 +234,0 @@ createRefTables(dbh, prefix) {

@@ -35,3 +35,8 @@ import { initKmoreEvent } from './config';

if (subject.closed) {
throw new Error('Kmore:subject already closed');
// throw new Error('Kmore:subject already closed')
console.warn({
msg: 'Kmore event:subject already closed. skip tracing.',
input,
});
return;
}

@@ -38,0 +43,0 @@ const ev = {

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

unsubscribe() {
this.subject.unsubscribe();
this.subject.closed || this.subject.unsubscribe();
}

@@ -34,0 +34,0 @@ createRefTables(dbh, prefix) {

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

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

},
"gitHead": "a66dc6fc20f12f149dd0b9d7c45836b5c26c3fcc"
"gitHead": "1fd14df13e5538276e5abea7550f9aa20de7af54"
}

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