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 1.1.0-beta.4 to 1.1.0-beta.5

7

index.d.ts

@@ -30,3 +30,3 @@ import * as CSS from 'csstype';

iterationCount?: CSS.StandardLonghandPropertiesFallback['animationIterationCount'];
name?: CSS.StandardLonghandPropertiesFallback['animationName'];
name?: PropertiesList | CSS.StandardLonghandPropertiesFallback['animationName'];
playState?: CSS.StandardLonghandPropertiesFallback['animationPlayState'];

@@ -86,3 +86,6 @@ timingFunction?: CSS.StandardLonghandPropertiesFallback['animationTimingFunction'];

font?: {
family?: CSS.StandardLonghandPropertiesFallback['fontFamily'];
family?:
| FontFace
| CSS.StandardLonghandProperties['fontFamily']
| Array<FontFace | CSS.StandardLonghandProperties['fontFamily']>;
featureSettings?: CSS.StandardLonghandPropertiesFallback['fontFeatureSettings'];

@@ -89,0 +92,0 @@ kerning?: CSS.StandardLonghandPropertiesFallback['fontKerning'];

{
"name": "@glitz/type",
"version": "1.1.0-beta.4",
"version": "1.1.0-beta.5",
"main": "",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

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