Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "knexed", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
@@ -47,3 +47,7 @@ "description": "Knex utilities", | ||
{ | ||
"bluebird": "3" | ||
"curry": | ||
"1", | ||
"bluebird": | ||
"3" | ||
}, | ||
@@ -75,3 +79,3 @@ | ||
"flow-bin": | ||
"0.73", | ||
"0.74", | ||
@@ -78,0 +82,0 @@ "eslint": |
@@ -28,6 +28,7 @@ /* @flow */ | ||
var bmethod = require('bluebird').method | ||
var curry = require('curry') | ||
var method | ||
= module.exports | ||
= function method /* ::<T> */ | ||
var method = module.exports = curry(method_plain) | ||
function method_plain /* ::<T> */ | ||
( | ||
@@ -71,1 +72,11 @@ kx /* :Knex */, | ||
= Symbol('NOTX') | ||
/* :: | ||
type $Method | ||
= (<T>(Knex, $Async$Tx<T>) => $Async<T>) | ||
& (<T>(Knex) => ($Async$Tx<T>) => $Async<T>) | ||
declare module.exports: $Method | ||
*/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38900
1034
3
+ Addedcurry@1
+ Addedcurry@1.2.0(transitive)