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

@spectrum-web-components/asset

Package Overview
Dependencies
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.8-alpha.69 to 0.4.8

21

custom-elements.json

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

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

@@ -14,2 +29,8 @@ "declarations": [

"name": "Asset",
"slots": [
{
"description": "content to be displayed in the asset when an acceptable value for `file` is not present",
"name": ""
}
],
"members": [

@@ -16,0 +37,0 @@ {

6

package.json
{
"name": "@spectrum-web-components/asset",
"version": "0.4.8-alpha.69+d4d43daa6",
"version": "0.4.8",
"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": "526f47044807c92b6e7909bb0e14ac6033d6ba63"
}

@@ -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';
/**
* @element sp-asset
* @slot - content to be displayed in the asset when an acceptable value for `file` is not present
*/

@@ -5,0 +6,0 @@ export declare class Asset extends SpectrumElement {

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

* @element sp-asset
* @slot - content to be displayed in the asset when an acceptable value for `file` is not present
*/

@@ -53,0 +54,0 @@ export class Asset extends SpectrumElement {

@@ -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;

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