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

bookshelf-modelbase

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-modelbase - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

4

lib/index.js

@@ -10,5 +10,7 @@ var extend = require('xtend')

var bookshelfModel = bookshelf.Model
var model = bookshelf.Model.extend({
constructor: function () {
bookshelf.Model.apply(this, arguments)
bookshelfModel.apply(this, arguments)

@@ -15,0 +17,0 @@ if (this.validate) {

{
"name": "bookshelf-modelbase",
"version": "2.6.2",
"version": "2.6.3",
"description": "Extensible ModelBase for bookshelf-based model layers",

@@ -5,0 +5,0 @@ "main": "./lib",

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