New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-perf-component

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-perf-component - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

.eslintignore

36

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc