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

@assecosolutions/fox-icon

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon - npm Package Compare versions

Comparing version 1.11.6-beta.7 to 1.11.6-beta.8

8

index.js

@@ -1579,2 +1579,4 @@ import { css, LitElement, html as html$2 } from 'lit';

this.large = false;
this.xlarge = false;
this.xxlarge = false;
}

@@ -1598,2 +1600,8 @@ render() {

}), __metadata("design:type", Object)], FoxIcon.prototype, "large", void 0);
__decorate([property({
type: Boolean
}), __metadata("design:type", Object)], FoxIcon.prototype, "xlarge", void 0);
__decorate([property({
type: Boolean
}), __metadata("design:type", Object)], FoxIcon.prototype, "xxlarge", void 0);
const name = 'fox-icon';

@@ -1600,0 +1608,0 @@ if (!customElements.get(name)) {

2

package.json
{
"name": "@assecosolutions/fox-icon",
"version": "1.11.6-beta.7",
"version": "1.11.6-beta.8",
"public": true,

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

@@ -28,2 +28,4 @@ import { LitElement } from 'lit';

large: boolean;
xlarge: boolean;
xxlarge: boolean;
render(): import("lit-html").TemplateResult<1>;

@@ -30,0 +32,0 @@ }

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