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.1.6 to 0.1.7

9

package.json

@@ -33,3 +33,4 @@ {

"webpack-dev-server": "^4.15.0",
"wepack-cli": "^0.0.1-security"
"wepack-cli": "^0.0.1-security",
"react": "^18.2.0"
},

@@ -42,6 +43,4 @@ "browserslist": [

],
"dependencies": {
"react": "^18.2.0"
},
"version": "0.1.6",
"dependencies": {},
"version": "0.1.7",
"description": "Flex Layout System",

@@ -48,0 +47,0 @@ "name": "flex-layout-system",

@@ -24,3 +24,3 @@ # Introducing Flex Layout System: Empowering Effortless Web Design

```js
// TS project / source file with TS support
// TS project / Import including types
import "flex-layout-system";

@@ -27,0 +27,0 @@

@@ -1,2 +0,1 @@

import React from "react";
import { LitElement, html, css, unsafeCSS } from "lit";

@@ -3,0 +2,0 @@ import { customElement, property } from "lit/decorators.js";

@@ -1,3 +0,1 @@

import { FlexBoxProps } from "./components/box";
export * from "./components/box";

@@ -9,2 +7,1 @@ export * from "./components/canvas";

export * from "./components/utils";
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