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 2.0.2 to 2.0.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.3](https://github.com/waitingsong/kmore/compare/v2.0.2...v2.0.3) (2021-01-26)
**Note:** Version bump only for package kmore
## [2.0.2](https://github.com/waitingsong/kmore/compare/v2.0.1...v2.0.2) (2021-01-24)

@@ -8,0 +16,0 @@

12

dist/index.cjs.js

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

*
* @version 2.0.1
* @version 2.0.2
* @author waiting

@@ -16,7 +16,9 @@ * @license MIT

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var kmoreTypes = require('kmore-types');
var Knex = _interopDefault(require('knex'));
var Knex = require('knex');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var Knex__default = /*#__PURE__*/_interopDefaultLegacy(Knex);
const defaultPropDescriptor = {

@@ -32,3 +34,3 @@ configurable: false,

...propDescriptor,
value: Knex(config),
value: Knex__default['default'](config),
});

@@ -35,0 +37,0 @@ return kmInst;

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

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

},
"gitHead": "c2a7a8f8d90fe341129a8362523202c590057b55"
"gitHead": "2ef02eb77ea1ae6ffacc928b9e97fe895b0a9542"
}

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