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

@siteimprove/alfa-device

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteimprove/alfa-device - npm Package Compare versions

Comparing version 0.95.0 to 0.96.0

6

CHANGELOG.md
# @siteimprove/alfa-device
## 0.96.0
### Patch Changes
- **Fixed:** Values of undefined user preferences are now correctly set to their default. ([#1725](https://github.com/Siteimprove/alfa/pull/1725))
## 0.95.0

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

2

dist/device.js

@@ -52,3 +52,3 @@ import { Iterable } from "@siteimprove/alfa-iterable";

.get(name)
.getOrElse(() => Preference.unset(name));
.getOrElse(() => Preference.of(name, Preference.unset(name)));
}

@@ -55,0 +55,0 @@ equals(value) {

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

"homepage": "https://alfa.siteimprove.com",
"version": "0.95.0",
"version": "0.96.0",
"license": "MIT",

@@ -31,7 +31,7 @@ "description": "Types for modelling device parameters, such as viewport dimensions and pixel density",

"dependencies": {
"@siteimprove/alfa-equatable": "^0.95.0",
"@siteimprove/alfa-hash": "^0.95.0",
"@siteimprove/alfa-iterable": "^0.95.0",
"@siteimprove/alfa-json": "^0.95.0",
"@siteimprove/alfa-map": "^0.95.0"
"@siteimprove/alfa-equatable": "^0.96.0",
"@siteimprove/alfa-hash": "^0.96.0",
"@siteimprove/alfa-iterable": "^0.96.0",
"@siteimprove/alfa-json": "^0.96.0",
"@siteimprove/alfa-map": "^0.96.0"
},

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