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

just-performance

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-performance - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

3

dist/esm/browser.js

@@ -1,3 +0,4 @@

const performance = global.performance;
const universal = typeof globalThis !== "undefined" ? globalThis : global;
const performance = universal.performance;
export { performance };
//# sourceMappingURL=browser.js.map
{
"name": "just-performance",
"version": "4.2.0",
"version": "4.3.0",
"description": "Isomorphic ponyfill wrapping native browser performance and node.js perf_hooks performance",
"license": "MIT",
"type": "module",
"main": "./dist/cjs/node.js",

@@ -8,0 +7,0 @@ "module": "./dist/esm/node.js",

@@ -1,3 +0,4 @@

const performance = global.performance;
const universal = typeof globalThis !== "undefined" ? globalThis : global;
const performance = universal.performance;
export { performance };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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