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

@assecosolutions/fox-back-layer

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-back-layer - npm Package Compare versions

Comparing version 1.5.10 to 1.5.12

3

lib/FoxBackLayer.d.ts

@@ -8,4 +8,7 @@ import { LitElement } from 'lit-element';

export declare class FoxBackLayer extends LitElement {
/**
* @ignore
*/
static styles: import("lit-element").CSSResult[];
render(): import("lit-element").TemplateResult;
}

2

package.json
{
"name": "@assecosolutions/fox-back-layer",
"version": "1.5.10",
"version": "1.5.12",
"public": true,

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

@@ -13,4 +13,6 @@ # 🦊 Fox - Future Open Experience

We use [Storybook](http://design-system.assecosolutions.com/) to deliver an interactive documentation of our Design system.
There you can find Multiple examples, guidelines and the documentation of all FOX web components ####[Demo](http://design-system.assecosolutions.com/?path=/story/organisms-fox-back-layer)
There you can find Multiple examples, guidelines and the documentation of all FOX web components
####[Demo](http://design-system.assecosolutions.com/?path=/story/organisms-fox-back-layer)
## Contribute

@@ -17,0 +19,0 @@

@@ -163,3 +163,7 @@ import { css, customElement, html, LitElement } from 'lit-element';

}(LitElement);
/**
* @ignore
*/
FoxBackLayer.styles = [styles];

@@ -166,0 +170,0 @@ FoxBackLayer = __decorate([customElement('fox-back-layer')], FoxBackLayer);

@@ -65,3 +65,7 @@ (function (global, factory) {

};
/**
* @ignore
*/
FoxBackLayer.styles = [styles];

@@ -68,0 +72,0 @@ FoxBackLayer = __decorate([litElement.customElement('fox-back-layer')], FoxBackLayer);

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