Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

perf-deets

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf-deets - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

6

index.js

@@ -8,2 +8,8 @@ let buffer = 40000;

if (process.env.NODE_ENV === 'production') {
console.warning(
'Warning: perf-deets loaded in production. This will cause unnecessary performance recordings'
);
}
function last(arr) {

@@ -10,0 +16,0 @@ return arr.length === 0 ? null : arr[arr.length - 1];

2

package.json
{
"name": "perf-deets",
"version": "1.0.12",
"version": "1.0.13",
"main": "./index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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