You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

safe-route-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

12

package.json
{
"name": "safe-route-parser",
"version": "0.0.1",
"version": "0.0.2",
"description": "A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser. ",

@@ -13,7 +13,7 @@ "keywords": [

],
"homepage": "http://github.com/rcs/route-parser",
"homepage": "http://github.com/yb-andrew/safe-route-parser",
"author": {
"name": "Ryan Sorensen",
"email": "rcsorensen@gmail.com",
"url": "https://github.com/rcs"
"name": "Andrew Cai",
"email": "andrew@yugabyte.com",
"url": "https://github.com/yb-andrew"
},

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

"type": "git",
"url": "https://github.com/rcs/route-parser.git"
"url": "https://github.com/yb-andrew/safe-route-parser.git"
},

@@ -26,0 +26,0 @@ "bugs": {

@@ -5,3 +5,3 @@ [![Build Status](https://travis-ci.org/rcs/route-parser.png?branch=master)](https://travis-ci.org/rcs/route-parser)

A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser. Uses RE2 for non-polynomial time regex evaluations to prevent ReDoS.
A bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node.js. Uses RE2 for non-polynomial time regex evaluations to prevent ReDoS.

@@ -20,3 +20,3 @@ ## Is it any good?

```Shell
npm install --save route-parser
npm install --save safe-route-parser
```

@@ -23,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc