Socket
Socket
Sign inDemoInstall

backbone-highway2

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

bower.json
{
"name": "backbone-highway2",
"version": "1.0.1",
"version": "1.0.2",
"authors": [

@@ -5,0 +5,0 @@ "Carl OGREN <rascarlito@gmail.com>"

{
"name": "backbone-highway2",
"version": "1.0.1",
"version": "1.0.2",
"description": "Routing Backbone with style \\o/",

@@ -5,0 +5,0 @@ "keywords": [

@@ -15,7 +15,4 @@ # Backbone.Highway - Routing Backbone with style \o/

For now this version of Backbone.Highway is not distributed on npm or bower.
But you can install it directly from gihub using any package manager.
```
npm i --save git+ssh://git@github.com/d4f/highway.git
npm i --save backbone-highway2
```

@@ -26,3 +23,3 @@

```
bower i --save git+ssh://git@github.com/d4f/highway.git
bower i --save backbone-highway2
```

@@ -37,3 +34,3 @@

import $ from 'jquery';
import highway from 'backbone-highway';
import highway from 'backbone-highway2';

@@ -103,3 +100,3 @@ // Declare a home route

import $ from 'jquery';
import highway from 'backbone-highway';
import highway from 'backbone-highway2';
import { Events } from 'backbone';

@@ -106,0 +103,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc