You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@spectrum-web-components/help-text

Package Overview
Dependencies
Maintainers
7
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.42.2 to 0.42.3

test/help-test-memory.test.js

10

package.json
{
"name": "@spectrum-web-components/help-text",
"version": "0.42.2",
"version": "0.42.3",
"publishConfig": {

@@ -80,5 +80,5 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.42.2",
"@spectrum-web-components/icons-workflow": "^0.42.2",
"@spectrum-web-components/shared": "^0.42.2"
"@spectrum-web-components/base": "^0.42.3",
"@spectrum-web-components/icons-workflow": "^0.42.3",
"@spectrum-web-components/shared": "^0.42.3"
},

@@ -94,3 +94,3 @@ "devDependencies": {

],
"gitHead": "e19af30387032608baaa88c6a17c2ee50103a7c5"
"gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
}
import { CSSResultArray, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
import '@spectrum-web-components/icons-workflow/icons/sp-icon-alert.js';
declare type HelpTextVariants = 'neutral' | 'negative';
type HelpTextVariants = 'neutral' | 'negative';
declare const HelpText_base: typeof SpectrumElement & {

@@ -5,0 +5,0 @@ new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;

import { ReactiveElement, TemplateResult } from '@spectrum-web-components/base';
declare type Constructor<T = Record<string, unknown>> = {
type Constructor<T = Record<string, unknown>> = {
new (...args: any[]): T;

@@ -4,0 +4,0 @@ prototype: T;

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