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

@nexes/mongo-knex

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexes/mongo-knex - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

lib/convertor.js

@@ -28,3 +28,6 @@ const _ = require('lodash');

this.tableName = options.tableName;
this.config = config;
this.config = {};
// @TODO: https://github.com/NexesJS/mongo-knex/issues/4
Object.assign(this.config, {relations: {}, aliases: {}}, config);
}

@@ -31,0 +34,0 @@

2

package.json
{
"name": "@nexes/mongo-knex",
"version": "0.1.0",
"version": "0.1.1",
"description": "tbc",

@@ -5,0 +5,0 @@ "repository": "git@github.com:NexesJS/mongo-knex.git",

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