Socket
Socket
Sign inDemoInstall

postcss-custom-media

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-custom-media - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

4

CHANGELOG.md
# Changes to PostCSS Custom Media
### 7.0.2 (September 15, 2018)
- Fixed: An issue with re-assigning params as a non-string
### 7.0.1 (September 14, 2018)

@@ -4,0 +8,0 @@

2

index.cjs.js

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

const mediaAST = getMediaAstFromMediaString(atrule.params);
const params = transformMediaList(mediaAST, customMedia, opts);
const params = String(transformMediaList(mediaAST, customMedia));

@@ -415,0 +415,0 @@ if (opts.preserve) {

{
"name": "postcss-custom-media",
"version": "7.0.1",
"version": "7.0.2",
"description": "Use Custom Media Queries in CSS",

@@ -37,3 +37,3 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint": "^5.6.0",
"eslint-config-dev": "^2.0.0",

@@ -40,0 +40,0 @@ "postcss-tape": "^2.2.0",

Sorry, the diff of this file is not supported yet

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