react-perf-component
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "react-perf-component", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Higher-order component that can measure component performance", | ||
@@ -9,5 +9,10 @@ "main": "lib/index.js", | ||
"compile": "babel -d lib/ src/", | ||
"lint": "eslint --cache .", | ||
"prepublish": "npm run clean && npm test && npm run compile", | ||
"test": "JASMINE_CONFIG_PATH=jasmine.json jasmine" | ||
"test": "jest" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"repository": { | ||
@@ -31,20 +36,27 @@ "type": "git", | ||
"babel-core": "^6.7.6", | ||
"babel-eslint": "^3.1.23", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-jest": "^18.0.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"eslint": "^0.24.1", | ||
"eslint-plugin-react": "^2.7.0", | ||
"injectr": "^0.5.1", | ||
"jasmine": "^2.3.1", | ||
"enzyme": "^2.7.1", | ||
"enzyme-to-json": "^1.4.5", | ||
"eslint": "^3.15.0", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0", | ||
"eslint-plugin-react": "^6.9.0", | ||
"jest": "^18.1.0", | ||
"pre-commit": "^1.2.2", | ||
"react": "^15.0.0", | ||
"react-addons-perf": "^15.0.0", | ||
"react-addons-test-utils": "^15.0.0", | ||
"react-shallow-testutils": "^2.0.0-beta1", | ||
"rimraf": "2.5.2" | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-dom": "^15.0.0", | ||
"rimraf": "^2.6.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.0.0", | ||
"react-addons-perf": "^15.0.0" | ||
"react-addons-perf": "^15.0.0", | ||
"react-dom": "^15.0.0" | ||
} | ||
} |
# react-perf-component | ||
[![CircleCI](https://circleci.com/gh/sheepsteak/react-perf-component.svg?style=svg)](https://circleci.com/gh/sheepsteak/react-perf-component) | ||
A [higher-order React component](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750) for testing the performance of other components. | ||
@@ -3,0 +6,0 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
42
0
4436
3
21
6
0
1