react-svg
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "react-svg", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A react.js svg component for loading svg files into the dom.", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"react": "^0.14.7" | ||
"react": "^15.0.2" | ||
}, | ||
@@ -43,4 +43,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"babel-cli": "^6.6.5", | ||
"babel-eslint": "^6.0.3", | ||
"babel-cli": "^6.7.7", | ||
"babel-eslint": "^6.0.4", | ||
"babel-loader": "^6.2.4", | ||
@@ -51,17 +51,17 @@ "babel-preset-es2015": "^6.6.0", | ||
"chai": "^3.5.0", | ||
"eslint": "^2.8.0", | ||
"eslint": "^2.9.0", | ||
"eslint-plugin-react": "^5.0.1", | ||
"karma": "^0.13.22", | ||
"karma-chrome-launcher": "^0.2.2", | ||
"karma-chrome-launcher": "^0.2.3", | ||
"karma-mocha": "^0.2.2", | ||
"karma-mocha-reporter": "^2.0.0", | ||
"karma-mocha-reporter": "^2.0.2", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^1.7.0", | ||
"mocha": "^2.4.5", | ||
"react": "^0.14.7", | ||
"react-addons-test-utils": "^0.14.7", | ||
"react-dom": "^0.14.7", | ||
"webpack": "^1.12.14", | ||
"react": "^15.0.2", | ||
"react-addons-test-utils": "^15.0.2", | ||
"react-dom": "^15.0.2", | ||
"webpack": "^1.13.0", | ||
"webpack-dev-server": "^1.14.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
59069