backbone-server
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
6599167
100
0
15673
1
68
4
6
Updatedbackbone@>= 0.5.3