Socket
Socket
Sign inDemoInstall

@spectrum-web-components/shared

Package Overview
Dependencies
Maintainers
5
Versions
200
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.4.3 to 0.4.4

4

CHANGELOG.md

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

## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.3...@spectrum-web-components/shared@0.4.4) (2020-04-07)
**Note:** Version bump only for package @spectrum-web-components/shared
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/shared@0.4.2...@spectrum-web-components/shared@0.4.3) (2020-02-05)

@@ -8,0 +12,0 @@

2

lib/focus-visible.js
/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

@@ -13,3 +13,3 @@ import { LitElement, CSSResultArray, PropertyValues } from 'lit-element';

export declare class Focusable extends Focusable_base {
static readonly styles: CSSResultArray;
static get styles(): CSSResultArray;
/**

@@ -31,3 +31,3 @@ * Disable this control. It will not receive focus or events

private oldTabindex;
readonly focusElement: DisableableElement;
get focusElement(): DisableableElement;
focus(): void;

@@ -34,0 +34,0 @@ blur(): void;

import { __decorate } from "tslib";
/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -5,0 +5,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

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

],
"version": "0.4.3",
"version": "0.4.4",
"description": "",

@@ -45,3 +45,3 @@ "main": "lib/index.js",

},
"gitHead": "02944b5006325e4ddc72f0a5f21b230d61401f0c"
"gitHead": "c2eb86ecfa01469b723cbf64163ae7f8e4203119"
}
/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -116,5 +116,6 @@ you may not use this file except in compliance with the License. You may obtain a copy

if (changedProperties.has('disabled')) {
this.handleDisabledChanged(this.disabled, changedProperties.get(
'disabled'
) as boolean);
this.handleDisabledChanged(
this.disabled,
changedProperties.get('disabled') as boolean
);
}

@@ -121,0 +122,0 @@

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc