Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

knexed

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knexed - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

10

package.json
{
"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
*/
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