react-querystring-router
Advanced tools
Comparing version 0.4.0 to 1.0.0-beta.0
{ | ||
"name": "react-querystring-router", | ||
"version": "0.4.0", | ||
"version": "1.0.0-beta.0", | ||
"description": "Bare router for React components, using props as query string", | ||
"main": "src/main.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/skidding/react-querystring-router.git" | ||
}, | ||
"repository": "https://github.com/skidding/cosmos/tree/master/packages/react-querystring-router", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"chai": "^3.3.0", | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.4.0", | ||
"istanbul-instrumenter-loader": "^0.1.3", | ||
"jscs": "^2.3.4", | ||
"karma": "^0.13.15", | ||
"karma-chai": "^0.1.0", | ||
"karma-cli": "0.1.1", | ||
"karma-coverage": "^0.5.3", | ||
"karma-mocha": "^0.2.1", | ||
"karma-mocha-reporter": "^1.1.1", | ||
"karma-phantomjs-launcher": "^0.2.1", | ||
"karma-sinon-chai": "^1.1.0", | ||
"karma-webpack": "^1.7.0", | ||
"mocha": "^2.3.3", | ||
"phantomjs": "^1.9.18", | ||
"react": "^15.1.0", | ||
"react-dom": "^15.1.0", | ||
"sinon": "^1.17.1", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^1.12.2" | ||
}, | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"lodash": "^3.10.1" | ||
"lodash": "^3.10.1", | ||
"react-dom-polyfill": "^1.0.0-beta.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0-0", | ||
"react-dom": "^0.14.0 || ^15.0.0-0" | ||
"react": ">=0.12 <16" | ||
}, | ||
"scripts": { | ||
"pretest": "jscs ./", | ||
"test": "karma start --single-run", | ||
"coveralls": "cat tests/coverage/*/lcov.info | node_modules/coveralls/bin/coveralls.js" | ||
"optionalDependencies": { | ||
"react-dom": "<16" | ||
} | ||
} |
var React = require('react'), | ||
ReactDOM = require('react-dom'), | ||
ReactDOM = require('react-dom-polyfill')(React), | ||
_ = require('lodash'), | ||
@@ -4,0 +4,0 @@ uri = require('./uri.js'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18866
0
472
4
10
1
1
+ Addedreact-dom-polyfill@1.0.1(transitive)