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

@glitz/type

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glitz/type - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

20

index.d.ts

@@ -107,8 +107,2 @@ import * as CSS from 'csstype';

interface BorderBottomProperty {
color?: WithThemeFunction<UntransformedProperties['borderBottomColor']>;
style?: WithThemeFunction<UntransformedProperties['borderBottomStyle']>;
width?: WithThemeFunction<UntransformedProperties['borderBottomWidth']>;
}
interface BorderImageProperty {

@@ -134,3 +128,15 @@ outset?: WithThemeFunction<UntransformedProperties['borderImageOutset']>;

interface BorderTopProperty {
interface BorderYRadius {
right?: { radius?: WithThemeFunction<UntransformedProperties['borderTopRightRadius']> };
left?: { radius?: WithThemeFunction<UntransformedProperties['borderTopLeftRadius']> };
x?: { radius?: WithThemeFunction<UntransformedProperties['borderTopLeftRadius']> };
}
interface BorderBottomProperty extends BorderYRadius {
color?: WithThemeFunction<UntransformedProperties['borderBottomColor']>;
style?: WithThemeFunction<UntransformedProperties['borderBottomStyle']>;
width?: WithThemeFunction<UntransformedProperties['borderBottomWidth']>;
}
interface BorderTopProperty extends BorderYRadius {
color?: WithThemeFunction<UntransformedProperties['borderTopColor']>;

@@ -137,0 +143,0 @@ style?: WithThemeFunction<UntransformedProperties['borderTopStyle']>;

{
"name": "@glitz/type",
"version": "2.0.1",
"version": "2.0.2",
"main": "",

@@ -17,3 +17,3 @@ "types": "./index.d.ts",

],
"gitHead": "fa9f650836e1fccc0bc2a90aa578412f7a0b6f8f"
"gitHead": "897a1af132e5b8e57b1a9b325e299d821c506384"
}
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