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

@types/styled-system

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/styled-system - npm Package Compare versions

Comparing version 5.1.20 to 5.1.21

6

styled-system/index.d.ts

@@ -117,4 +117,4 @@ import * as CSS from "csstype";

// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
export function style<N = string | number, S = Scale>(
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
args: LowLevelStyleFunctionArguments<N, S>,

@@ -187,7 +187,9 @@ ): styleFn;

export function variant<
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
TStyle = object,
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
K extends string = string,
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
TPropName = string,
>(
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
props: VariantArgs<TStyle, K, TPropName>,

@@ -194,0 +196,0 @@ ): (...args: any[]) => any;

{
"name": "@types/styled-system",
"version": "5.1.20",
"version": "5.1.21",
"description": "TypeScript definitions for styled-system",

@@ -110,4 +110,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-system",

},
"typesPublisherContentHash": "9c9fc86ecd6776e1eabf4293714c2c980af341048922f45d6e7c23b2b474bdbc",
"typesPublisherContentHash": "568dff29af585ad3669a0c6ae646daf9228a3fdc15254507c2559f0506f29be1",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Last updated: Mon, 06 Nov 2023 19:41:13 GMT
* Dependencies: [csstype](https://npmjs.com/package/csstype)

@@ -14,0 +14,0 @@

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