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.30 to 5.1.31

8

styled-components/index.d.ts
// forward declarations
declare global {
namespace NodeJS {
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ReadableStream {}
}
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ShadowRoot {}

@@ -90,3 +90,3 @@ }

export type SimpleInterpolation = InterpolationValue | FlattenSimpleInterpolation;
export type FlattenSimpleInterpolation = ReadonlyArray<SimpleInterpolation>;
export type FlattenSimpleInterpolation = readonly SimpleInterpolation[];

@@ -333,3 +333,3 @@ export type InterpolationFunction<P> = (props: P) => Interpolation<P>;

// as any augmentation will break the tests for the default case (not augmented).
// tslint:disable-next-line:no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface DefaultTheme {}

@@ -336,0 +336,0 @@

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

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

},
"typesPublisherContentHash": "3c68a51bd94b3c505897a3c430fc9d57431dcd8552b657e066d51bf8b77f0a09",
"typesPublisherContentHash": "0d91522d116cfefcfac4aa32fac64591e59d4ad974cc018e6e68ae7d77ab052d",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/hoist-non-react-statics](https://npmjs.com/package/@types/hoist-non-react-statics), [@types/react](https://npmjs.com/package/@types/react), [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