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 to 1.1.1

7

index.d.ts

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

interface Border {
collapse?: CSS.StandardLonghandPropertiesFallback['borderCollapse'];
color?: CSS.StandardShorthandPropertiesFallback['borderColor'];
blockEnd?: CSS.StandardShorthandPropertiesFallback['borderBlockEnd'];
blockStart?: CSS.StandardShorthandPropertiesFallback['borderBlockStart'];
inlineEnd?: CSS.StandardShorthandPropertiesFallback['borderInlineEnd'];
inlineStart?: CSS.StandardShorthandPropertiesFallback['borderInlineStart'];
radius?: CSS.StandardShorthandPropertiesFallback['borderRadius'];
spacing?: CSS.StandardLonghandPropertiesFallback['borderSpacing'];
style?: CSS.StandardShorthandPropertiesFallback['borderStyle'];

@@ -69,0 +76,0 @@ width?: CSS.StandardShorthandPropertiesFallback['borderWidth'];

2

package.json
{
"name": "@glitz/type",
"version": "1.1.0",
"version": "1.1.1",
"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