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

@stylexjs/stylex

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylexjs/stylex - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

lib/StyleXCSSTypes.d.ts

@@ -537,7 +537,7 @@ /**

type outlineWidth = borderWidth;
type overflow = 'visible' | 'hidden' | 'scroll' | 'auto';
type overflow = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto';
type overflowAnchor = 'auto' | 'none';
type overflowWrap = 'normal' | 'break-word';
type overflowX = 'visible' | 'hidden' | 'scroll' | 'auto';
type overflowY = 'visible' | 'hidden' | 'scroll' | 'auto';
type overflowX = overflow;
type overflowY = overflow;
type overscrollBehavior = 'none' | 'contain' | 'auto';

@@ -544,0 +544,0 @@ type overscrollBehaviorX = 'none' | 'contain' | 'auto';

{
"name": "@stylexjs/stylex",
"version": "0.7.3",
"version": "0.7.4",
"description": "A library for defining styles for optimized user interfaces.",

@@ -48,3 +48,3 @@ "main": "./lib/stylex.js",

"devDependencies": {
"@stylexjs/scripts": "0.7.3",
"@stylexjs/scripts": "0.7.4",
"cross-env": "^7.0.3"

@@ -51,0 +51,0 @@ },

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