Socket
Socket
Sign inDemoInstall

postcss-custom-selectors

Package Overview
Dependencies
2
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

4

CHANGELOG.md
# Changes to PostCSS Custom Selectors
### 5.1.2 (September 20, 2018)
- Fixed: Do not break on an empty `importFrom` object
### 5.1.1 (September 18, 2018)

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

2

index.cjs.js

@@ -369,3 +369,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 {

@@ -372,0 +372,0 @@ type,

{
"name": "postcss-custom-selectors",
"version": "5.1.1",
"version": "5.1.2",
"description": "Use Custom Selectors in CSS",

@@ -45,3 +45,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"

@@ -48,0 +48,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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc