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 35.0.0 to 35.0.1

3

dist/lib/smart-join.js

@@ -71,2 +71,5 @@ import assert from 'assert';

Object.values(SmartKey).forEach((joinType) => {
if (typeof refTable[joinType] === 'function') {
return;
}
void Object.defineProperty(refTable, joinType, {

@@ -73,0 +76,0 @@ ...defaultPropDescriptor,

4

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

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

},
"gitHead": "82ea11a06cde2d2c1091073a3e5057767731562e"
"gitHead": "19a6811fce3b3c6732cbf8ab7547ce80216a25ab"
}

@@ -23,4 +23,5 @@ # [kmore](https://waitingsong.github.io/kmore/)

```sh
npm i kmore && npm i -D kmore-cli
// or
npm i @mw-components/kmore
npm i @mw-components/kmore && npm i -D kmore-cli

@@ -27,0 +28,0 @@ # Then add one of the following:

@@ -23,5 +23,5 @@ # [kmore](https://waitingsong.github.io/kmore/)

```sh
npm i kmore
npm i kmore && npm i -D kmore-cli
// or
npm i @mw-components/kmore
npm i @mw-components/kmore && npm i -D kmore-cli

@@ -28,0 +28,0 @@ # Then add one of the following:

@@ -91,2 +91,4 @@ import assert from 'assert'

Object.values(SmartKey).forEach((joinType) => {
if (typeof refTable[joinType] === 'function') { return }
void Object.defineProperty(refTable, joinType, {

@@ -93,0 +95,0 @@ ...defaultPropDescriptor,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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