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

@microsoft/fast-web-utilities

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/fast-web-utilities - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [4.3.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.3.0...@microsoft/fast-web-utilities@4.3.1) (2019-09-09)
### Bug Fixes
* exit focus visible utility immediately with false value if DOM is unavailable ([#2223](https://github.com/Microsoft/fast-dna/issues/2223)) ([3fbd6c2](https://github.com/Microsoft/fast-dna/commit/3fbd6c2))
# [4.3.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.2.1...@microsoft/fast-web-utilities@4.3.0) (2019-08-22)

@@ -8,0 +19,0 @@

3

dist/dom.js

@@ -19,4 +19,5 @@ import { canUseDOM } from "exenv-es6";

_canUseFocusVisible = false;
return _canUseFocusVisible;
}
// Check to see if the document supports the focus-visible elemtn
// Check to see if the document supports the focus-visible element
const styleElement = document.createElement("style");

@@ -23,0 +24,0 @@ document.head.appendChild(styleElement);

{
"name": "@microsoft/fast-web-utilities",
"description": "FAST web utilities",
"version": "4.3.0",
"version": "4.3.1",
"sideEffects": false,

@@ -85,3 +85,3 @@ "author": {

},
"gitHead": "297ca017a1cb28c21ca671c9a9781b34c9fbd3d7"
"gitHead": "b4063d2677cd99189f103d8e7588f69ac1758981"
}
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