Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@spectrum-web-components/base

Package Overview
Dependencies
Maintainers
6
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.4-alpha.74 to 0.4.4-alpha.101

4

package.json
{
"name": "@spectrum-web-components/base",
"version": "0.4.4-alpha.74+f76f322c5",
"version": "0.4.4-alpha.101+24b598bc7",
"publishConfig": {

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

"sideEffects": false,
"gitHead": "f76f322c5dc769ddfac85dc4d36a322e55e2cadb"
"gitHead": "24b598bc7c57c7f279c8957abbc0b0827ecd7089"
}

@@ -15,2 +15,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

import { directive, AsyncDirective } from 'lit/async-directive.js';
/* c8 ignore next */
const defaultListener = ['', () => { }];

@@ -45,2 +46,3 @@ class StreamingListenerDirective extends AsyncDirective {

}
/* c8 ignore next 3 */
render(_configGroup) {

@@ -47,0 +49,0 @@ return nothing;

@@ -25,2 +25,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

/* c8 ignore next */
const defaultListener: ListenerConfig = ['', () => {}];

@@ -39,2 +40,3 @@

/* c8 ignore next 3 */
render(_configGroup: ListenerConfigGroup) {

@@ -41,0 +43,0 @@ return nothing;

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