Socket
Socket
Sign inDemoInstall

bookshelf

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

lib/plugins/pagination.js

2

bookshelf.js

@@ -7,5 +7,5 @@ /**

*
* version 0.9.3
* version 0.9.4
*
*/
module.exports = require('./lib/bookshelf').default;
## Change Log
**0.9.4** — <small>_April 3, 2016_</small> — [Diff](https://github.com/tgriesser/bookshelf/compare/0.9.3...0.9.4)
* Include `babel-runtime` as a dependency. #1188
**0.9.3** — <small>_April 3, 2016_</small> — [Diff](https://github.com/tgriesser/bookshelf/compare/0.9.2...0.9.3)

@@ -4,0 +8,0 @@

@@ -52,3 +52,3 @@ 'use strict';

var bookshelf = {
VERSION: '0.9.3'
VERSION: '0.9.4'
};

@@ -55,0 +55,0 @@

{
"name": "bookshelf",
"version": "0.9.3",
"version": "0.9.4",
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3",

@@ -30,2 +30,3 @@ "main": "bookshelf.js",

"bluebird": "^2.9.4",
"babel-runtime": "^6.6.1",
"chalk": "^1.0.0",

@@ -43,3 +44,2 @@ "create-error": "~0.3.1",

"babel-plugin-transform-runtime": "^6.6.0",
"babel-runtime": "^6.6.1",
"babel-preset-es2015": "^6.0.14",

@@ -46,0 +46,0 @@ "bookshelf-jsdoc-theme": "^0.1.2",

@@ -28,3 +28,3 @@ import _ from 'lodash';

const bookshelf = {
VERSION: '0.9.3'
VERSION: '0.9.4'
};

@@ -31,0 +31,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