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

perfume.js

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perfume.js - npm Package Versions

23
16

9.4.0

Diff

Changelog

Source

9.4.0 (2024-4-22)

  • fix: Fix import crash under node.js
zizzamia
published 9.3.0 •

Changelog

Source

9.3.0 (2024-2-24)

  • fix: Added extra check for undefined values. #260
zizzamia
published 9.2.0 •

Changelog

Source

9.2.0 (2023-12-4)

  • feat added export for markNTBT function.
zizzamia
published 9.1.0 •

Changelog

Source

9.1.0 (2023-11-30)

A long time coming, but we are back :) We did some internal cleanup, making the library more accessible for tracking Critical User Journeys.

The most significant change is that we moved away from being Object-oriented and everything is Functional-oriented, which means to start Perfume, you can do.

import { initPerfume } from 'perfume.js';

initPerfume({
  analyticsTracker: ({ metricName, data }) => {
    myAnalyticsTool.track(metricName, data);
  })
});

Breaking Changes

  • feat remove enableNavigationTracking and have the behavior as the default.
  • feat getRating has been consolidated into getVitalsScore.
  • chore rename incrementUjNavigation to trackUJNavigation.
  • chore deprecate endPaint.
zizzamia
published 9.0.0 •

zizzamia
published 9.0.0-rc.3 •

zizzamia
published 9.0.0-rc.2 •

zizzamia
published 9.0.0-rc.1 •

zizzamia
published 8.4.0 •

Changelog

Source

8.4.0 (2023-2-3)

  • fix: disable requestIdleCallback for CLS and INP reports (#212)
zizzamia
published 8.3.0 •

Changelog

Source

8.3.0 (2023-1-29)

  • feat: added navigationType support (#210)
  • fix: run po for longtask only once (#215)
23
16
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