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

@cloudflare/style-container

Package Overview
Dependencies
Maintainers
19
Versions
506
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/style-container - npm Package Compare versions

Comparing version 4.0.19 to 4.0.20

14

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="4.0.20"></a>
## [4.0.20](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.19...@cloudflare/style-container@4.0.20) (2018-10-11)
**Note:** Version bump only for package @cloudflare/style-container
<a name="4.0.19"></a>

@@ -18,3 +26,3 @@ ## [4.0.19](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.18...@cloudflare/style-container@4.0.19) (2018-10-10)

<a name="4.0.18"></a>
<a name="4.0.18"></a>
## [4.0.18](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.17...@cloudflare/style-container@4.0.18) (2018-10-06)

@@ -27,3 +35,3 @@

<a name="4.0.17"></a>
<a name="4.0.17"></a>
## [4.0.17](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.16...@cloudflare/style-container@4.0.17) (2018-10-05)

@@ -36,3 +44,3 @@

<a name="4.0.16"></a>
<a name="4.0.16"></a>

@@ -39,0 +47,0 @@ ## [4.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.15...@cloudflare/style-container@4.0.16) (2018-10-03)

@@ -95,5 +95,7 @@ declare module '@cloudflare/style-container' {

export type TStaticRule = ({ theme: TStandardTheme }) => string;
export function applyStaticStyles<Props>(
styles: IStyle,
component: React.ComponentType<Props>
styles: IStyle | TStaticRule | string,
component: React.ComponentType<Props & TThemable>
): React.ComponentType<Props>;

@@ -100,0 +102,0 @@

{
"name": "@cloudflare/style-container",
"description": "Cloudflare Style Container",
"version": "4.0.19",
"version": "4.0.20",
"types": "./src",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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