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 0.9.0 to 0.10.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [0.10.0](https://github.com/waitingsong/kmore/compare/v0.9.0...v0.10.0) (2019-08-16)
### Features
* parameter of tables of kmore() supports value false ([fd94c98](https://github.com/waitingsong/kmore/commit/fd94c98))
## [0.9.0](https://github.com/waitingsong/kmore/compare/v0.8.1...v0.9.0) (2019-08-16)

@@ -7,0 +14,0 @@

2

dist/index.cjs.js

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

*
* @version 0.9.0
* @version 0.10.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -17,2 +17,2 @@ import { DbModel, DbTables, Options, TTableListModel, Config } from './model';

/** Auto generate tables from generics, if value is undefined or null */
tables?: DbTables<T> | null, options?: Partial<Options>): DbModel<T>;
tables?: DbTables<T> | null | false, options?: Partial<Options>): DbModel<T>;
{
"name": "kmore",
"author": "waiting",
"version": "0.9.0",
"version": "0.10.0",
"description": "A Knex little more factory of SQL query builder, with auto-generated type-safe tables accessor for Node.js",

@@ -6,0 +6,0 @@ "keywords": [

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