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

backbone-server

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-server - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

example/example.js

3

lib/backbone-server.js

@@ -30,2 +30,5 @@ // Backbone Server

initialize: function(params) {
params || (params = {});
this.routes = params['routes'] || this.routes;

@@ -32,0 +35,0 @@ this.port = params['port'] || this.port;

4

package.json

@@ -5,3 +5,3 @@ {

"description": "An interface between Backbone and Express. Creates a Backbone.Server object.",
"version": "0.2.0",
"version": "0.2.1",
"main": "./lib/backbone-server.js",

@@ -19,3 +19,3 @@ "repository": {

"express": ">= 2.4.6",
"backbone": ">= 0.0.0"
"backbone": ">= 0.5.3"
},

@@ -22,0 +22,0 @@

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