New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backbone-db

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-db - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

5

lib/errors/base_error.js

@@ -6,3 +6,2 @@ var error = 'Error message should be defined';

var BaseError = function(msg, options) {
Error.call(this);
options = options || {};

@@ -13,2 +12,4 @@ this.message = msg || options.msg || error;

this.description = options.description || description;
Error.call(this, this.message);
Error.captureStackTrace(this, this);
};

@@ -28,2 +29,2 @@

module.exports = BaseError;
module.exports = BaseError;

2

package.json
{
"name": "backbone-db",
"version": "0.5.5",
"version": "0.5.6",
"description": "Backbone.js database storage interface",

@@ -5,0 +5,0 @@ "main": "index.js",

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