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

react-perf-devtool

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-perf-devtool - npm Package Compare versions

Comparing version 3.0.8-beta.1 to 3.0.8-beta.4

extension/build/ReactPerfDevtool.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/npm/hook')
module.exports = require('./extension/build/ReactPerfDevtool.js')
{
"name": "react-perf-devtool",
"version": "3.0.8-beta.1",
"version": "3.0.8-beta.4",
"description": "A devtool for inspecting the performance of React Components",

@@ -8,4 +8,4 @@ "main": "index.js",

"files": [
"lib/shared",
"lib/npm"
"src",
"extension/build"
],

@@ -23,3 +23,2 @@ "author": "Nitin Tulswani",

"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",

@@ -41,3 +40,2 @@ "babel-preset-env": "^1.6.1",

"test": "jest",
"build:babel": "rm -rf lib && babel src --out-dir lib",
"build:watch": "rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack-cli --watch --config ./webpack/webpack.config.js --progress",

@@ -44,0 +42,0 @@ "build": "rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack-cli --config ./webpack/webpack.config.js --progress && yarn build:babel",

@@ -95,2 +95,8 @@ # React Performance Devtool

A `umd` build is also available via [unpkg](https://www.unpkg.com)
```js
<script crossorigin src="https://unpkg.com/react-perf-devtool@3.0.8-beta/lib/npm/hook.js"></script>
```
> This extension and package also depends on react. Please make sure you have those installed as well.

@@ -97,0 +103,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