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

bookshelf-bind-all

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-bind-all - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.travis.yml

13

package.json
{
"name": "bookshelf-bind-all",
"version": "0.0.1",
"version": "0.1.0",
"description": "Bind events to all instances of your bookshelf models",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},

@@ -28,7 +29,9 @@ "repository": {

"devDependencies": {
"bookshelf": "^0.8.1",
"chai": "^3.0.0",
"bookshelf": "0.8.1",
"chai": "3.0.0",
"chai-spies": "0.6.0",
"coveralls": "2.11.2",
"istanbul": "0.3.17",
"knex": "0.8.6",
"mocha": "^2.2.5",
"mocha": "2.2.5",
"sqlite3": "3.0.8"

@@ -35,0 +38,0 @@ },

# Bookshelf Bind All
Provides an easy helper method to allow you to bind events to all instances of a model.`
[![Build Status](https://travis-ci.org/mAAdhaTTah/bookshelf-bind-all.svg?branch=master)](https://travis-ci.org/mAAdhaTTah/bookshelf-bind-all) [![Coverage Status](https://coveralls.io/repos/mAAdhaTTah/bookshelf-bind-all/badge.svg?branch=master&service=github)](https://coveralls.io/github/mAAdhaTTah/bookshelf-bind-all?branch=master)
Provides an easy helper method to allow you to bind events to all instances of a model.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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