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

routr

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

routr - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.coveralls.yml

2

CONTRIBUTING.md

@@ -6,3 +6,3 @@ Contributing Code to `routr`

[BSD license]: https://github.com/ouchdown/routr/blob/master/LICENSE.md
[BSD license]: https://github.com/yahoo/routr/blob/master/LICENSE.md
[CLA]: https://yahoocla.herokuapp.com/
{
"name": "routr",
"version": "0.0.2",
"version": "0.0.3",
"description": "A router for both server and client",

@@ -23,4 +23,4 @@ "main": "index.js",

"dependencies": {
"debug": "^1.0.0",
"path-to-regexp": "^0.2.1",
"debug": "^2.0.0",
"path-to-regexp": "^1.0.0",
"reverend": "^0.3.0"

@@ -30,2 +30,3 @@ },

"chai": "^1.9.1",
"coveralls": "^2.11.1",
"istanbul": "^0.2.10",

@@ -32,0 +33,0 @@ "jshint": "^2.5.1",

@@ -1,11 +0,11 @@

Routr [![Build Status](https://travis-ci.org/yahoo/routr.svg?branch=master)](https://travis-ci.org/yahoo/routr) [![Dependency Status](https://david-dm.org/yahoo/routr.svg)](https://david-dm.org/yahoo/routr)
=========
# Routr [![Build Status](https://travis-ci.org/yahoo/routr.svg?branch=master)](https://travis-ci.org/yahoo/routr) [![Dependency Status](https://david-dm.org/yahoo/routr.svg)](https://david-dm.org/yahoo/routr) [![Coverage Status](https://coveralls.io/repos/yahoo/routr/badge.png?branch=master)](https://coveralls.io/r/yahoo/routr?branch=master)
Routr library is an implementation of router-related functionalities that can be used for both server and client.
Usage
-----
## Usage
For more detailed examples, please check out [example applications](https://github.com/yahoo/routr/tree/master/examples);
```
```javascript
var Router = require('routr'),

@@ -46,5 +46,4 @@ router,

## License
License
-------
This software is free to use under the Yahoo! Inc. BSD license.

@@ -51,0 +50,0 @@ See the [LICENSE file][] for license text and copyright information.

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