Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-pseudoelements

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-pseudoelements - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

ChangeLog.md

@@ -0,1 +1,6 @@

# 2.1.1
* Remove unused runtime dependency to minimatch
* Update postcss in test to >=3.0.5
## 2.1.0

@@ -2,0 +7,0 @@

9

package.json
{
"name": "postcss-pseudoelements",
"version": "2.1.0",
"version": "2.1.1",
"description": "PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before)",

@@ -25,10 +25,7 @@ "main": "index.js",

"homepage": "https://github.com/axa-ch/postcss-pseudoelements",
"dependencies": {
"minimatch": "^2.0.1"
},
"devDependencies": {
"mocha": "^2.0.1",
"postcss": "^3.0.5",
"should": "^4.3.0"
"postcss": ">=3.0.5",
"should": "^5.0.0"
}
}

@@ -9,3 +9,3 @@ # postcss-pseudoelements

var processor = postcss(pe({ selectors: ['before', 'after']}));
var processor = postcss(pe(OPTIONS));

@@ -12,0 +12,0 @@ console.log(processor.process('a:before {}').css) // outputs: a:before {}

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