Socket
Socket
Sign inDemoInstall

postcss-selector-not

Package Overview
Dependencies
6
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 1.0.1 - 2015-04-30
- Fixed: the module now works in non babel environments
# 1.0.0 - 2015-04-30
✨ First release

2

dist/index.js

@@ -32,3 +32,3 @@ "use strict";

return [].concat(_toConsumableArray(acc), _toConsumableArray(explodeSelector(pseudoClass, s)));
}, {}) : [""];
}, []) : [""];
var postSelectors = matches.post ? explodeSelector(pseudoClass, matches.post) : [""];

@@ -35,0 +35,0 @@ postSelectors.forEach(function (postSelector) {

{
"name": "postcss-selector-not",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin to transform :not() W3C CSS leve 4 pseudo class to :not() CSS level 3 selectors",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,2 +5,4 @@ # postcss-selector-not [![Build Status](https://travis-ci.org/postcss/postcss-selector-not.svg?branch=master)](https://travis-ci.org/postcss/postcss-selector-not)

http://dev.w3.org/csswg/selectors-4/#negation
## Installation

@@ -7,0 +9,0 @@

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