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

flux-router-component

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-router-component - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.npmignore

48

package.json
{
"name": "flux-router-component",
"version": "0.0.0",
"description": "React components and mixins for router related features that work for applications with Flux architecture",
"version": "0.0.1",
"description": "Router-related React component and mixin for applications with Flux architecture",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/flux-router-component.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec",
"lint": "./node_modules/.bin/jshint lib tests",
"test": "./node_modules/.bin/mocha tests/unit/ --recursive --reporter spec"
},
"author": "lingyan <lingyan.zhu@gmail.com>",
"license": "BSD"
"author": "Lingyan Zhu <lingyan@yahoo-inc.com",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/flux-router-component/blob/master/LICENSE.md"
}
],
"dependencies": {
"debug": "^1.0.0",
"react": "^0.10.0",
"routr": "^0.0.1"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.0",
"grunt-cli": "^0.1.0",
"grunt-react": "^0.8.0",
"istanbul": "^0.2.10",
"jsdom": "^0.11.1",
"jshint": "^2.5.1",
"mocha": "^1.20.0",
"precommit-hook": "^1.0.2",
"react-tools": "^0.10.0"
},
"jshintConfig": {
"node": true
},
"keywords": [
"flux",
"history",
"navigation",
"react",
"router"
]
}
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