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

cf-style-container

Package Overview
Dependencies
Maintainers
23
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-style-container - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

24

CHANGELOG.md

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

<a name="8.0.2"></a>
## [8.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.1...cf-style-container@8.0.2) (2018-03-23)
### Bug Fixes
* **cf-style-container:** UI-203: Updated createStyledComponent to use named breakpoints ([89d90ce](http://stash.cfops.it:7999/www/cf-ux/commits/89d90ce))
* **cf-style-container:** UI-203: updated snapshots ([7f017f8](http://stash.cfops.it:7999/www/cf-ux/commits/7f017f8))
<a name="8.0.1"></a>

@@ -18,3 +30,3 @@ ## [8.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@8.0.0...cf-style-container@8.0.1) (2018-03-16)

<a name="8.0.0"></a>
<a name="8.0.0"></a>
# [8.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@7.0.0...cf-style-container@8.0.0) (2018-03-13)

@@ -35,3 +47,3 @@

<a name="7.0.0"></a>
<a name="7.0.0"></a>
# [7.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.2...cf-style-container@7.0.0) (2018-03-12)

@@ -78,3 +90,3 @@

<a name="6.0.2"></a>
<a name="6.0.2"></a>
## [6.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.1...cf-style-container@6.0.2) (2018-01-18)

@@ -90,3 +102,3 @@

<a name="6.0.1"></a>
<a name="6.0.1"></a>
## [6.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@6.0.0...cf-style-container@6.0.1) (2017-11-22)

@@ -103,3 +115,3 @@

<a name="6.0.0"></a>
<a name="6.0.0"></a>
# [6.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@5.3.2...cf-style-container@6.0.0) (2017-11-14)

@@ -124,3 +136,3 @@

<a name="5.3.2"></a>
<a name="5.3.2"></a>
## [5.3.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-container@5.3.1...cf-style-container@5.3.2) (2017-11-08)

@@ -127,0 +139,0 @@

@@ -146,3 +146,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

// Static breakpoints
var bp = [null, '@media screen and (min-width: ' + theme.breakpoints.tablet + ')', '@media screen and (min-width: ' + theme.breakpoints.desktop + ')'];
var bp = [null, 'tablet', 'desktop'];

@@ -149,0 +149,0 @@ // Ensure value is an array

@@ -85,3 +85,3 @@ 'use strict';

// Static breakpoints
const bp = [null, `@media screen and (min-width: ${_cfStyleConst.variables.breakpoints.tablet})`, `@media screen and (min-width: ${_cfStyleConst.variables.breakpoints.desktop})`];
const bp = [null, `tablet`, `desktop`];

@@ -88,0 +88,0 @@ // Ensure value is an array

{
"name": "cf-style-container",
"description": "Cloudflare Style Container",
"version": "8.0.1",
"version": "8.0.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/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