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

@stylexjs/shared

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylexjs/shared - npm Package Compare versions

Comparing version 0.2.0-beta.20 to 0.2.0-beta.21

4

lib/stylex-create-vars.d.ts

@@ -15,3 +15,3 @@ /**

| string
| { default: string; readonly [$$Key$$: string]: string };
| { readonly default: string; readonly [$$Key$$: string]: string };
},

@@ -27,3 +27,3 @@ > = Readonly</**

| string
| { default: string; readonly [$$Key$$: string]: string };
| { readonly default: string; readonly [$$Key$$: string]: string };
},

@@ -30,0 +30,0 @@ >(

@@ -12,6 +12,3 @@ /**

| T
| Readonly<{
readonly default: T;
readonly [$$Key$$: string]: ValueWithDefault<T>;
}>;
| Readonly<{ default: T; [$$Key$$: string]: ValueWithDefault<T> }>;
type CSSSyntax =

@@ -18,0 +15,0 @@ | '*'

{
"name": "@stylexjs/shared",
"version": "0.2.0-beta.20",
"version": "0.2.0-beta.21",
"main": "lib/index.js",

@@ -16,3 +16,3 @@ "repository": "https://www.github.com/facebook/stylex",

"devDependencies": {
"@stylexjs/scripts": "0.2.0-beta.20"
"@stylexjs/scripts": "0.2.0-beta.21"
},

@@ -19,0 +19,0 @@ "jest": {

Sorry, the diff of this file is not supported yet

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