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

@cloudflare/style-container

Package Overview
Dependencies
Maintainers
27
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.8 to 4.0.9

16

CHANGELOG.md

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

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

@@ -15,3 +23,3 @@ ## [4.0.8](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.7...@cloudflare/style-container@4.0.8) (2018-07-31)

<a name="4.0.7"></a>
<a name="4.0.7"></a>
## [4.0.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.6...@cloudflare/style-container@4.0.7) (2018-07-28)

@@ -24,3 +32,3 @@

<a name="4.0.6"></a>
<a name="4.0.6"></a>
## [4.0.6](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.5...@cloudflare/style-container@4.0.6) (2018-07-27)

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

<a name="4.0.5"></a>
<a name="4.0.5"></a>
## [4.0.5](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.4...@cloudflare/style-container@4.0.5) (2018-07-26)

@@ -45,3 +53,3 @@

<a name="4.0.4"></a>
<a name="4.0.4"></a>
## [4.0.4](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.3...@cloudflare/style-container@4.0.4) (2018-07-26)

@@ -48,0 +56,0 @@

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

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

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

rule: TStyle<Props & TThemable>,
base: Tag | FelaHtmlComponent<ComponentProps, ComponentElem> = 'div' as Tag,
base:
| Tag
| FelaHtmlComponent<ComponentProps, ComponentElem>
| React.SFC<ComponentProps> = 'div' as Tag,
passThroughProps: string[] = []

@@ -26,0 +29,0 @@ ): React.SFC<Props & ComponentProps> {

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