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

@voilab/vmol-objection

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voilab/vmol-objection - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

CHANGELOG.md

8

index.js
'use strict';
module.exports = require('./src');
const DBMiddleware = require('./src/DBMiddleware');
const BaseModel = require('./src/BaseModel');
module.exports = {
DBMiddleware,
BaseModel
};

17

package.json
{
"name": "@voilab/vmol-objection",
"version": "0.6.0",
"version": "0.7.0",
"description": "Moleculer mixin for Objection.js and knex",

@@ -29,14 +29,15 @@ "main": "index.js",

"peerDependencies": {
"knex": "^0.95.11",
"objection": "^3.0.0"
"knex": "^2.0.0",
"objection": "^3.0.0",
"ajv-formats": "^2.1.1"
},
"devDependencies": {
"eslint": "^8.2.0",
"jest": "^27.2.4",
"jest-cli": "^27.2.4",
"knex": "^0.95.11",
"moleculer": "^0.14.6",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"knex": "^0.95.15",
"moleculer": "^0.14.21",
"objection": "^3.0.0",
"sqlite3": "^5.0.2"
"sqlite3": "^5.0.8"
}
}
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