🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-break

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-break - npm Package Compare versions

Comparing version

to
0.4.0

11

package.json
{
"name": "react-break",
"version": "0.3.1",
"version": "0.4.0",
"description": "Responsive breakpoints in React.",

@@ -44,3 +44,4 @@ "main": "./build/react-break.js",

"eslint-plugin-react": "^3.16.1",
"react-dom": "^0.14.7",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",

@@ -51,5 +52,7 @@ "webpack": "^1.12.13",

"dependencies": {
"breakjs": "^0.1.10",
"react": "0.14.x || 0.13.x"
"breakjs": "^0.1.10"
},
"peerDependencies": {
"react": "0.13.x || 0.14.x || 15.x.x"
}
}