Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-image

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-image - npm Package Compare versions

Comparing version 1.6.0-next.1 to 1.6.0-next.2

14

index.js
import { css, LitElement, html as html$2 } from 'lit';
import { property, customElement } from 'lit/decorators.js';
import { property } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';

@@ -1568,3 +1568,3 @@

let FoxImage = class FoxImage extends LitElement {
class FoxImage extends LitElement {
constructor() {

@@ -1626,3 +1626,3 @@ super(...arguments);

};
}
FoxImage.styles = [styles];

@@ -1665,4 +1665,10 @@

FoxImage = __decorate([customElement('fox-image')], FoxImage);
const name = 'fox-image';
if (!customElements.get(name)) {
customElements.define(name, FoxImage);
} else {
console.warn(`${name} is already defined`);
}
export { FoxImage };

@@ -5,3 +5,3 @@ import { LitElement } from 'lit';

interface HTMLElementTagNameMap {
'fox-image': FoxImage;
[name]: FoxImage;
}

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

}
declare const name = "fox-image";
export {};
{
"name": "@assecosolutions/fox-image",
"version": "1.6.0-next.1",
"version": "1.6.0-next.2",
"public": true,

@@ -5,0 +5,0 @@ "publishConfig": {

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