Socket
Socket
Sign inDemoInstall

@spectrum-web-components/slider

Package Overview
Dependencies
Maintainers
2
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.1.2 to 0.1.3

CHANGELOG.md

2

lib/slider.d.ts

@@ -11,3 +11,3 @@ import { CSSResultArray, TemplateResult } from 'lit-element';

label: string;
ariaLabel?: null | undefined;
ariaLabel?: string;
max: number;

@@ -14,0 +14,0 @@ min: number;

@@ -29,3 +29,2 @@ /*

this.label = '';
this.ariaLabel = null;
this.max = 20;

@@ -32,0 +31,0 @@ this.min = 0;

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

],
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -40,5 +40,5 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/shared": "^0.1.2"
"@spectrum-web-components/shared": "^0.1.3"
},
"gitHead": "3d7176f688fee7746b52556ecba4df15c2342948"
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a"
}

@@ -60,3 +60,3 @@ /*

@property({ reflect: true, attribute: 'aria-label' })
public ariaLabel? = null;
public ariaLabel?: string;

@@ -63,0 +63,0 @@ @property({ type: Number })

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