Socket
Socket
Sign inDemoInstall

@types/styled-components

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/styled-components - npm Package Compare versions

Comparing version 5.1.14 to 5.1.15

11

styled-components/index.d.ts

@@ -14,2 +14,3 @@ // Type definitions for styled-components 5.1

// Danilo Fuchs <https://github.com/danilofuchs>
// Aaron Reisman <https://github.com/lifeiscontent>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -319,11 +320,11 @@

// unfortunately keyframes can't interpolate props from the theme
keyframes(strings: TemplateStringsArray | CSSKeyframes, ...interpolations: SimpleInterpolation[]): Keyframes;
keyframes: (strings: TemplateStringsArray | CSSKeyframes, ...interpolations: SimpleInterpolation[]) => Keyframes;
createGlobalStyle<P extends object = {}>(
createGlobalStyle: <P extends object = {}>(
first: TemplateStringsArray | CSSObject | InterpolationFunction<ThemedStyledProps<P, T>>,
...interpolations: Array<Interpolation<ThemedStyledProps<P, T>>>
): GlobalStyleComponent<P, T>;
) => GlobalStyleComponent<P, T>;
withTheme: WithThemeFnInterface<T>;
ThemeProvider: ThemeProviderComponent<T, U>;
withTheme: BaseWithThemeFnInterface<T>;
ThemeProvider: BaseThemeProviderComponent<T, U>;
ThemeConsumer: React.Consumer<T>;

@@ -330,0 +331,0 @@ ThemeContext: React.Context<T>;

{
"name": "@types/styled-components",
"version": "5.1.14",
"version": "5.1.15",
"description": "TypeScript definitions for styled-components",

@@ -62,2 +62,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-components",

"githubUsername": "danilofuchs"
},
{
"name": "Aaron Reisman",
"url": "https://github.com/lifeiscontent",
"githubUsername": "lifeiscontent"
}

@@ -78,4 +83,4 @@ ],

},
"typesPublisherContentHash": "948cbe6fdbf87a7c588809a5d83665179070081c574877055038e5b744c00eea",
"typesPublisherContentHash": "e491e7fdbbf3d2bad881e194cffdf7e96ec7351e7753ca74cf2839550f78a003",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Sat, 04 Sep 2021 09:31:29 GMT
* Last updated: Thu, 07 Oct 2021 15:31:28 GMT
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/react](https://npmjs.com/package/@types/react), [@types/hoist-non-react-statics](https://npmjs.com/package/@types/hoist-non-react-statics)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Igor Oleinikov](https://github.com/Igorbek), [Ihor Chulinda](https://github.com/Igmat), [Adam Lavin](https://github.com/lavoaster), [Jessica Franco](https://github.com/Jessidhia), [Jason Killian](https://github.com/jkillian), [Sebastian Silbermann](https://github.com/eps1lon), [David Ruisinger](https://github.com/flavordaaave), [Matthew Wagerfield](https://github.com/wagerfield), [Yuki Ito](https://github.com/Lazyuki), [Maciej Goszczycki](https://github.com/mgoszcz2), and [Danilo Fuchs](https://github.com/danilofuchs).
These definitions were written by [Igor Oleinikov](https://github.com/Igorbek), [Ihor Chulinda](https://github.com/Igmat), [Adam Lavin](https://github.com/lavoaster), [Jessica Franco](https://github.com/Jessidhia), [Jason Killian](https://github.com/jkillian), [Sebastian Silbermann](https://github.com/eps1lon), [David Ruisinger](https://github.com/flavordaaave), [Matthew Wagerfield](https://github.com/wagerfield), [Yuki Ito](https://github.com/Lazyuki), [Maciej Goszczycki](https://github.com/mgoszcz2), [Danilo Fuchs](https://github.com/danilofuchs), and [Aaron Reisman](https://github.com/lifeiscontent).
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