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

@siteimprove/alfa-performance

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteimprove/alfa-performance - npm Package Compare versions

Comparing version 0.97.0 to 0.98.0

6

CHANGELOG.md
# @siteimprove/alfa-performance
## 0.98.0
### Patch Changes
- **Changed:** Classes that do not implement the Singleton pattern now have `protected` constructor and can be extended. ([#1735](https://github.com/Siteimprove/alfa/pull/1735))
## 0.97.0

@@ -4,0 +10,0 @@

6

dist/performance.d.ts

@@ -11,3 +11,3 @@ import type { Callback } from "@siteimprove/alfa-callback";

private readonly _emitter;
private constructor();
protected constructor();
get epoch(): number;

@@ -43,3 +43,3 @@ now(): number;

private readonly _start;
private constructor();
protected constructor(data: T, start: number);
get type(): "mark";

@@ -65,3 +65,3 @@ get data(): T;

private readonly _duration;
private constructor();
protected constructor(data: T, start: number, duration: number);
get type(): "measure";

@@ -68,0 +68,0 @@ get data(): T;

@@ -5,3 +5,3 @@ {

"homepage": "https://alfa.siteimprove.com",
"version": "0.97.0",
"version": "0.98.0",
"license": "MIT",

@@ -26,6 +26,6 @@ "description": "Functionality for working with performance measurements, inspired by the User Timing specification",

"dependencies": {
"@siteimprove/alfa-callback": "^0.97.0",
"@siteimprove/alfa-emitter": "^0.97.0",
"@siteimprove/alfa-json": "^0.97.0",
"@siteimprove/alfa-thunk": "^0.97.0"
"@siteimprove/alfa-callback": "^0.98.0",
"@siteimprove/alfa-emitter": "^0.98.0",
"@siteimprove/alfa-json": "^0.98.0",
"@siteimprove/alfa-thunk": "^0.98.0"
},

@@ -32,0 +32,0 @@ "publishConfig": {

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