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

knex-model

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knex-model - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

lib/builder.js

@@ -104,3 +104,3 @@ 'use strict';

return Promise
.map(cbQueue, function(callback) { return callback(params); })
.map(cbQueue, function(callback) { return callback.apply(null, args); })
.then(function() {

@@ -107,0 +107,0 @@ return self.knex.update.apply(self.knex, args);

{
"name": "knex-model",
"version": "0.1.4",
"version": "0.1.5",
"description": "Small ORM",

@@ -5,0 +5,0 @@ "main": "index.js",

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