New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flex-layout-system

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-layout-system - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/full.min.js

@@ -700,2 +700,4 @@ /*! For license information please see full.min.js.LICENSE.txt */

--f-sb-fw: inherit;
width: 100%;
height: 100%;
}

@@ -702,0 +704,0 @@ :host([fb]) .box {

@@ -700,2 +700,4 @@ /*! For license information please see index.min.js.LICENSE.txt */

--f-sb-fw: inherit;
width: 100%;
height: 100%;
}

@@ -702,0 +704,0 @@ :host([fb]) .box {

6

dist/src/components/canvas.d.ts

@@ -15,7 +15,1 @@ import { Base } from "./base";

}
export type FlexCanvasProps = {
width?: string;
mg?: string;
pd?: string;
flex?: boolean;
};

@@ -43,3 +43,3 @@ {

"dependencies": {},
"version": "0.2.1",
"version": "0.2.2",
"description": "Flex Layout System",

@@ -46,0 +46,0 @@ "name": "flex-layout-system",

@@ -65,7 +65,1 @@ import { LitElement, html, css, unsafeCSS } from "lit";

export type FlexCanvasProps = {
width?: string;
mg?: string;
pd?: string;
flex?: boolean;
}

@@ -429,2 +429,4 @@ /**

--f-sb-fw: inherit;
width: 100%;
height: 100%;
}

@@ -431,0 +433,0 @@ :host([fb]) .box {

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