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 15.0.0 to 16.0.0

9

dist/index.cjs.js

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

*
* @version 14.0.0
* @version 15.0.0
* @author waiting

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

var operators = require('rxjs/operators');
var kmoreTypes = require('kmore-types');

@@ -266,8 +265,2 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

Object.defineProperty(exports, 'genDbDict', {
enumerable: true,
get: function () {
return kmoreTypes.genDbDict;
}
});
exports.Kmore = Kmore;

@@ -274,0 +267,0 @@ exports.genCamelKeysFrom = genCamelKeysFrom;

export * from './lib/index';
export { DbDict, DbDictType, DictTables, DictColumns, DictScoped, DictAlias, ScopedColumnsType, AliasColumnsType, genDbDict, } from 'kmore-types';
export * from './lib/index';
export { genDbDict, } from 'kmore-types';

2

dist/lib/kmore.d.ts

@@ -1,2 +0,2 @@

import { DbDict } from 'kmore-types';
import type { DbDict } from 'kmore-types';
import { Knex } from 'knex';

@@ -3,0 +3,0 @@ import { Observable, Subject } from 'rxjs';

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

@@ -34,6 +34,5 @@ "keywords": [

"dependencies": {
"@waiting/shared-core": "^14.2.0",
"@waiting/shared-types": "^14.2.0",
"@waiting/shared-core": "^14.4.1",
"@waiting/shared-types": "^14.4.1",
"camelcase-keys": "6.2.2",
"kmore-types": "^15.0.0",
"rxjs": "7",

@@ -44,2 +43,3 @@ "snakecase-keys": "4.0.2"

"cross-env": "7",
"kmore-types": "^16.0.0",
"knex": "^0.95.0",

@@ -105,3 +105,3 @@ "pg": "^8.2.1",

},
"gitHead": "a171652c6755c815b79fc5b91b7c9935a21fdb86"
"gitHead": "4fbaa5d779f41ea3d9bbbe672ad10923745ea837"
}

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