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.0 to 1.0.1

2

package.json
{
"name": "feathers-knex-modeler",
"version": "1.0.0",
"version": "1.0.1",
"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": "index.js",

@@ -19,3 +19,4 @@ # Feathers Knex modeler

const db = app.get('knexClient')
const model = new Model({
const Modeler = require('feathers-knex-modeler')
const modeler = new Modeler({
name: tableName,

@@ -32,3 +33,3 @@ depends: [],

})
model.init()
modeler.init()
return db

@@ -35,0 +36,0 @@ }

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