Socket
Socket
Sign inDemoInstall

@spectrum-web-components/slider

Package Overview
Dependencies
Maintainers
3
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.2 to 0.3.3

6

CHANGELOG.md

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

## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.3.2...@spectrum-web-components/slider@0.3.3) (2019-12-12)
### Bug Fixes
- apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd))
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/slider@0.3.1...@spectrum-web-components/slider@0.3.2) (2019-12-02)

@@ -8,0 +14,0 @@

2

lib/slider.js

@@ -52,3 +52,3 @@ /*

static get styles() {
return [sliderStyles, spectrumSliderStyles];
return [...super.styles, sliderStyles, spectrumSliderStyles];
}

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

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

],
"version": "0.3.2",
"version": "0.3.3",
"description": "",

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

"dependencies": {
"@spectrum-web-components/shared": "^0.3.2",
"@spectrum-web-components/shared": "^0.3.3",
"tslib": "^1.10.0"
},
"gitHead": "b3bff461b5e5cac7211dba5a54dae4c82d809a85"
"gitHead": "c675f8d2840e8ebba47ecc47167265e61514a864"
}

@@ -30,3 +30,3 @@ /*

public static get styles(): CSSResultArray {
return [sliderStyles, spectrumSliderStyles];
return [...super.styles, sliderStyles, spectrumSliderStyles];
}

@@ -33,0 +33,0 @@

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