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.11 to 4.0.12

16

CHANGELOG.md

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

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

@@ -15,3 +23,3 @@ ## [4.0.11](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.10...@cloudflare/style-container@4.0.11) (2018-08-22)

<a name="4.0.10"></a>
<a name="4.0.10"></a>
## [4.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/style-container@4.0.9...@cloudflare/style-container@4.0.10) (2018-08-17)

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

<a name="4.0.9"></a>
<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)

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

<a name="4.0.8"></a>
<a name="4.0.8"></a>
## [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)

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

<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)

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

@@ -40,3 +40,3 @@ declare module '@cloudflare/style-container' {

passThroughProps?: string[]
): React.SFC<Props & ComponentProps>;
): React.SFC<Props & ComponentProps & { className?: string }>;

@@ -43,0 +43,0 @@ export function createStyledComponent<T, P = {}>(

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

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

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

passThroughProps: string[] = []
): React.SFC<Props & ComponentProps> {
): React.SFC<Props & ComponentProps & { className?: string }> {
const Component = createFelaComponent(

@@ -31,0 +31,0 @@ rule as any,

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