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.5 to 7.0.6

4

CHANGELOG.md
# Changes to PostCSS Custom Media
### 7.0.6 (October 12, 2018)
- Fixing: Issue combining multiple custom media
### 7.0.5 (October 5, 2018)

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

3

index.cjs.js

@@ -515,3 +515,4 @@ 'use strict';

mediaClone.nodes.splice(index, 1, ...replacementMedia.clone().nodes.map(node => {
// use spacing from the current usage
// use raws and spacing from the current usage
node.raws = _objectSpread({}, media.nodes[index].raws);
node.spaces = _objectSpread({}, media.nodes[index].spaces);

@@ -518,0 +519,0 @@ return node;

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

@@ -5,0 +5,0 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -167,3 +167,3 @@ # PostCSS Custom Media [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[cli-img]: https://img.shields.io/travis/postcss/postcss-custom-media.svg
[cli-img]: https://img.shields.io/travis/postcss/postcss-custom-media/master.svg
[cli-url]: https://travis-ci.org/postcss/postcss-custom-media

@@ -170,0 +170,0 @@ [css-img]: https://cssdb.org/badge/custom-media-queries.svg

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