New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

theming

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theming - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

### v3.2.1 (2020-07-13)
- Support passing a custom theme type to useTheme for TS types ([#93](https://github.com/cssinjs/theming/pull/93))
### v3.2.0 (2019-05-06)

@@ -8,0 +12,0 @@

2

package.json
{
"name": "theming",
"version": "3.2.0",
"version": "3.2.1",
"description": "Unified CSSinJS theming solution for React",

@@ -5,0 +5,0 @@ "main": "dist/theming.cjs.js",

@@ -18,3 +18,3 @@ import * as React from 'react';

type UseThemeFactory<Theme> = () => Theme;
type UseThemeFactory<Theme> = <CustomTheme = Theme>() => CustomTheme;

@@ -43,2 +43,2 @@ interface Theming<Theme> {

Theming,
}
}
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