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

@builds-dev/react-ui

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builds-dev/react-ui - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/index.js

@@ -261,3 +261,5 @@ 'use strict';

return {
flex: '0 0 ' + compute_layout_length(parent_length, length)
// to use flex-basis to set exact length, the min length must be set to 0
flex: '0 0 ' + compute_layout_length(parent_length, length),
[min_length_name]: 0
};

@@ -264,0 +266,0 @@ }

{
"name": "@builds-dev/react-ui",
"version": "0.0.8",
"version": "0.0.9",
"description": "A library of React components that abstract over HTML and CSS, for building UIs from high-level, simple expressions.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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