react-break
Advanced tools
Comparing version
{ | ||
"name": "react-break", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Responsive breakpoints in React.", | ||
"main": "./dist/react-break.js", | ||
"main": "./build/react-break.js", | ||
"directories": { | ||
@@ -10,7 +10,12 @@ "test": "test" | ||
"scripts": { | ||
"build": "npm run lint && npm run babel", | ||
"babel": "babel ./src --out-dir ./dist", | ||
"lint": "eslint ./src" | ||
"build": "npm run lint && npm run build-src && npm run build-demos", | ||
"build-src": "babel ./src --out-dir ./build", | ||
"build-demos": "NODE_ENV=production webpack -p --config webpack.demos.config.js", | ||
"run-demos": "NODE_ENV=development webpack-dev-server --config webpack.demos.config.js --content-base demos/ --progress --colors", | ||
"lint": "eslint --ext .jsx ./src ./demos", | ||
"test": "karma start --single-run" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"component", | ||
"breakpoint", | ||
@@ -20,6 +25,9 @@ "responsive", | ||
"layout", | ||
"component", | ||
"React" | ||
"component" | ||
], | ||
"author": "Klaus Nygård", | ||
"author": { | ||
"name": "Klaus Nygård", | ||
"email": "klaus.nygard@gmail.com", | ||
"url": "http://klausnygard.fi" | ||
}, | ||
"license": "MIT", | ||
@@ -31,4 +39,13 @@ "repository": { | ||
"devDependencies": { | ||
"babel": "^5.8.3", | ||
"eslint": "^0.24.1" | ||
"babel": "^5.8.23", | ||
"babel-core": "^5.8.25", | ||
"babel-eslint": "^4.1.3", | ||
"babel-loader": "^5.3.2", | ||
"eslint": "^1.5.1", | ||
"eslint-config-airbnb": "0.0.9", | ||
"eslint-loader": "^1.0.0", | ||
"eslint-plugin-react": "^3.4.2", | ||
"react-hot-loader": "^1.3.0", | ||
"webpack": "^1.12.2", | ||
"webpack-dev-server": "^1.12.0" | ||
}, | ||
@@ -35,0 +52,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
233993
3553.86%11
83.33%998
918.37%11
450%1
Infinity%1
Infinity%