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

@speedsters/react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedsters/react - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

7

cjs/development/index.js

@@ -24,3 +24,2 @@ "use strict";

};
var RENDER = 'render';
var socket;

@@ -62,3 +61,3 @@ var SReact = (function () {

timing: 0,
timeline: []
timeline: [],
},

@@ -79,2 +78,4 @@ _b),

timing: time - renderStartTime,
props: _this.props,
state: _this.state,
};

@@ -95,3 +96,3 @@ if (milliseconds) {

var time = utils_1.performanceNow();
var isRenderMethod = name_1 === RENDER;
var isRenderMethod = name_1 === 'render';
if (isRenderMethod && firstRenderingStartTime === null) {

@@ -98,0 +99,0 @@ firstRenderingStartTime = time;

{
"name": "@speedsters/react",
"version": "0.0.6",
"version": "0.1.0",
"description": "A simple way of testing your react application performance",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

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