Socket
Socket
Sign inDemoInstall

postcss-custom-properties

Package Overview
Dependencies
7
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.3 to 8.0.4

4

CHANGELOG.md
# Changes to PostCSS Custom Properties
### 8.0.4 (September 18, 2018)
- Fixed: Do not break on an empty `importFrom` object
### 8.0.3 (September 18, 2018)

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

2

index.cjs.js

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

const type = (opts.type || path.extname(opts.from).slice(1)).toLowerCase();
const type = (opts.type || path.extname(from).slice(1)).toLowerCase();
return {

@@ -339,0 +339,0 @@ type,

{
"name": "postcss-custom-properties",
"version": "8.0.3",
"version": "8.0.4",
"description": "Use Custom Properties Queries in CSS",

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

"pre-commit": "^1.2.2",
"rollup": "^0.66.0",
"rollup": "^0.66.1",
"rollup-plugin-babel": "^4.0.3"

@@ -47,0 +47,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc