Socket
Socket
Sign inDemoInstall

react-router

Package Overview
Dependencies
14
Maintainers
3
Versions
429
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.4.0

.travis.yml

75

package.json
{
"name": "react-router",
"version": "0.0.1",
"description": "An integrated router mixin for react components",
"main": "index.js",
"version": "0.4.0",
"description": "A complete routing library for React.js",
"tags": [
"react",
"router"
],
"main": "modules/main",
"repository": {
"type": "git",
"url": "https://github.com/rpflorence/react-router.git"
},
"homepage": "https://github.com/rpflorence/react-router",
"directories": {
"test": "test"
"example": "examples"
},
"dependencies": {
"backbone": "~1.1.0",
"expect.js": "~0.2.0",
"lodash": "~2.4.1"
"scripts": {
"test": "script/test --browsers Firefox --single-run"
},
"authors": [
"Ryan Florence",
"Michael Jackson"
],
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.1",
"envify": "~0.2.0",
"react": "~0.8.0"
"browserify": "^4.2.3",
"browserify-shim": "^3.6.0",
"bundle-loader": "^0.5.0",
"envify": "~1.2.0",
"expect": "^0.1.1",
"jsx-loader": "^0.10.2",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-webpack": "^1.2.1",
"mocha": "^1.20.1",
"react": ">=0.11.0",
"rf-release": "^0.1.2",
"uglify-js": "^2.4.15",
"webpack": "^1.2.0-beta5",
"webpack-dev-server": "^1.4.2"
},
"scripts": {
"test": "make test"
"peerDependencies": {
"react": ">=0.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/jaredly/react-router.git"
"dependencies": {
"es6-promise": "^1.0.0",
"event-emitter": "^0.3.1",
"querystring": "^0.2.0"
},
"keywords": [
"reactjs",
"router"
],
"author": "Jared Forsyth <jared@jaredforsyth.com>",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/jaredly/react-router/issues"
},
"homepage": "https://github.com/jaredly/react-router"
}
"browserify-shim": {
"react": "global:React"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc