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.9.3 to 0.10.0-beta.1

2

lib/StyleXCSSTypes.d.ts

@@ -400,2 +400,3 @@ /**

type inlineSize = width;
type interpolateSize = 'allow-keywords' | 'numeric-only';
type isolation = 'auto' | 'isolate';

@@ -1191,2 +1192,3 @@ type justifyContent =

inlineSize?: all | inlineSize;
interpolateSize?: all | interpolateSize;
inset?: all | number | string;

@@ -1193,0 +1195,0 @@ insetBlock?: all | number | string;

4

package.json
{
"name": "@stylexjs/stylex",
"version": "0.9.3",
"version": "0.10.0-beta.1",
"description": "A library for defining styles for optimized user interfaces.",

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

"devDependencies": {
"@stylexjs/scripts": "0.9.3",
"@stylexjs/scripts": "0.10.0-beta.1",
"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