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

@siteimprove/alfa-set

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteimprove/alfa-set - npm Package Compare versions

Comparing version 0.97.0 to 0.98.0

6

CHANGELOG.md
# @siteimprove/alfa-set
## 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 @@

3

dist/set.d.ts

@@ -7,2 +7,3 @@ import { Array } from "@siteimprove/alfa-array";

import { Serializable } from "@siteimprove/alfa-json";
import { Map } from "@siteimprove/alfa-map";
import type { Mapper } from "@siteimprove/alfa-mapper";

@@ -21,3 +22,3 @@ import type { Option } from "@siteimprove/alfa-option";

private readonly _values;
private constructor();
protected constructor(values: Map<T, T>);
get size(): number;

@@ -24,0 +25,0 @@ isEmpty(): this is Set<never>;

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

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

@@ -26,14 +26,14 @@ "description": "An implementation of an immutable set structure, based on a hash array mapped trie",

"dependencies": {
"@siteimprove/alfa-array": "^0.97.0",
"@siteimprove/alfa-callback": "^0.97.0",
"@siteimprove/alfa-collection": "^0.97.0",
"@siteimprove/alfa-hash": "^0.97.0",
"@siteimprove/alfa-iterable": "^0.97.0",
"@siteimprove/alfa-json": "^0.97.0",
"@siteimprove/alfa-map": "^0.97.0",
"@siteimprove/alfa-mapper": "^0.97.0",
"@siteimprove/alfa-option": "^0.97.0",
"@siteimprove/alfa-predicate": "^0.97.0",
"@siteimprove/alfa-reducer": "^0.97.0",
"@siteimprove/alfa-refinement": "^0.97.0"
"@siteimprove/alfa-array": "^0.98.0",
"@siteimprove/alfa-callback": "^0.98.0",
"@siteimprove/alfa-collection": "^0.98.0",
"@siteimprove/alfa-hash": "^0.98.0",
"@siteimprove/alfa-iterable": "^0.98.0",
"@siteimprove/alfa-json": "^0.98.0",
"@siteimprove/alfa-map": "^0.98.0",
"@siteimprove/alfa-mapper": "^0.98.0",
"@siteimprove/alfa-option": "^0.98.0",
"@siteimprove/alfa-predicate": "^0.98.0",
"@siteimprove/alfa-reducer": "^0.98.0",
"@siteimprove/alfa-refinement": "^0.98.0"
},

@@ -40,0 +40,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