Socket
Socket
Sign inDemoInstall

@spectrum-web-components/shared

Package Overview
Dependencies
Maintainers
5
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/shared - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1-alpha.70

10

CHANGELOG.md

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

# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.9.0...@spectrum-web-components/shared@0.10.0) (2021-02-11)
### Bug Fixes
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
### Features
- allow activation of longpress content ([55e71fd](https://github.com/adobe/spectrum-web-components/commit/55e71fdf9fd5dde489871c3d9798ef8957f4e5b6))
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.7.4...@spectrum-web-components/shared@0.9.0) (2021-01-21)

@@ -8,0 +18,0 @@

8

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.9.0",
"version": "0.9.1-alpha.70+e6dea799",
"description": "",

@@ -30,3 +30,3 @@ "main": "./src/index.js",

".": "./src/index.js",
"./src/": "./src/",
"./src/*": "./src/*",
"./custom-elements.json": "./custom-elements.json",

@@ -49,7 +49,7 @@ "./package.json": "./package.json"

"dependencies": {
"@spectrum-web-components/base": "^0.3.0",
"@spectrum-web-components/base": "^0.3.3-alpha.33+e6dea799",
"focus-visible": "^5.1.0",
"tslib": "^2.0.0"
},
"gitHead": "a5734426f36555951dc10c5740c9044bbd951315"
"gitHead": "e6dea7995d9fee4918cceb2cea83fcdccd7202ec"
}

@@ -149,3 +149,7 @@ import { __decorate } from "tslib";

if (this.autofocus) {
/* Trick :focus-visible polyfill into thinking keyboard based focus */
/**
* Trick :focus-visible polyfill into thinking keyboard based focus
*
* @private
**/
this.dispatchEvent(new KeyboardEvent('keydown', {

@@ -152,0 +156,0 @@ code: 'Tab',

@@ -164,3 +164,7 @@ /*

if (this.autofocus) {
/* Trick :focus-visible polyfill into thinking keyboard based focus */
/**
* Trick :focus-visible polyfill into thinking keyboard based focus
*
* @private
**/
this.dispatchEvent(

@@ -167,0 +171,0 @@ new KeyboardEvent('keydown', {

Sorry, the diff of this file is not supported yet

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