New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/banner

Package Overview
Dependencies
Maintainers
6
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.6.6-alpha.69 to 0.6.6-beta.71

21

custom-elements.json

@@ -7,2 +7,17 @@ {

"kind": "javascript-module",
"path": "sp-banner.ts",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "sp-banner",
"declaration": {
"name": "Banner",
"module": "/src/Banner.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/Banner.ts",

@@ -12,3 +27,3 @@ "declarations": [

"kind": "class",
"description": "Banner component",
"description": "",
"name": "Banner",

@@ -72,3 +87,5 @@ "slots": [

"package": "@spectrum-web-components/base"
}
},
"tagName": "sp-banner",
"customElement": true
}

@@ -75,0 +92,0 @@ ],

6

package.json
{
"name": "@spectrum-web-components/banner",
"version": "0.6.6-alpha.69+d4d43daa6",
"version": "0.6.6-beta.71+c312a8a9a",
"publishConfig": {

@@ -47,3 +47,3 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.4.6-alpha.69+d4d43daa6",
"@spectrum-web-components/base": "^0.4.5",
"tslib": "^2.0.0"

@@ -59,3 +59,3 @@ },

],
"gitHead": "d4d43daa67bd039e78735e15d1b352cd07924710"
"gitHead": "c312a8a9a8c3cf22802a606f03101b30706bee17"
}

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
declare const styles: import("@spectrum-web-components/base").CSSResult;
export default styles;
import { SpectrumElement, CSSResultArray, TemplateResult } from '@spectrum-web-components/base';
/**
* Banner component
* @element sp-banner
*

@@ -5,0 +5,0 @@ * @attr type - Determines the style, can be "info", "warning", or "error". Default is "info"

@@ -16,3 +16,3 @@ /*

/**
* Banner component
* @element sp-banner
*

@@ -19,0 +19,0 @@ * @attr type - Determines the style, can be "info", "warning", or "error". Default is "info"

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
declare const styles: import("@spectrum-web-components/base").CSSResult;
export default styles;

@@ -12,4 +12,4 @@ /*

*/
import { spreadProps } from '../../../test/lit-helpers.js';
import { html } from '@spectrum-web-components/base';
import { html } from 'lit-html';
import { spreadProps } from '@open-wc/lit-helpers';
import '../sp-banner.js';

@@ -110,3 +110,3 @@ export default {

>
<sp-banner ${spreadProps(args)}>
<sp-banner ...=${spreadProps(args)}>
<div slot="header">${args.header}</div>

@@ -113,0 +113,0 @@ <div slot="content">${args.content}</div>

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc