Socket
Socket
Sign inDemoInstall

feathers-knex-modeler

Package Overview
Dependencies
8
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "feathers-knex-modeler",
"version": "1.3.2",
"version": "1.3.3",
"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",

@@ -168,2 +168,3 @@ /* eslint-disable no-console */

} catch (err) {
self.debug(err)
let alreadyExists = (err.message.indexOf('already exists') !== -1)

@@ -170,0 +171,0 @@ if (alreadyExists === false) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc