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

feathers-knex-modeler

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-knex-modeler - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "feathers-knex-modeler",
"version": "1.0.4",
"version": "1.0.5",
"description": "This package allows you to easily extend a table while you are developing it without requiring you to drop tables.",

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

@@ -167,3 +167,3 @@ /* eslint-disable no-console */

waitingOnQueue.onIdle()
.then(() => db.schema.hasColumn(self.name, column.name))
.then(async () => self.hasColumn(self.name, column.name))
.then((hasColumn) => {

@@ -170,0 +170,0 @@ return db.schema.alterTable(self.name, (table) => {

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