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

postcss-prefixwrap

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-prefixwrap - npm Package Compare versions

Comparing version 1.18.1 to 1.19.0

2

build/indexWrap.js

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

postcssPlugin: PostCSSPrefixWrap_1.PLUGIN_NAME,
Root(root) {
Once(root) {
plugin.prefixRoot(root);

@@ -32,0 +32,0 @@ },

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

const plugin = indexWrap_1.default(postcss8)(".selector", {});
plugin.Root({
plugin.Once({
walkRules: () => {

@@ -36,0 +36,0 @@ // Implementation not important for this test

@@ -5,2 +5,8 @@ # [PostCSS Prefix Wrap](./README.md) / Changelog

## [1.19.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.19.0)
### Features and Improvements
- [[109]](https://github.com/dbtedman/postcss-prefixwrap/pull/109) Fix compatibility with PostCSS 8.1
## [1.18.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.1)

@@ -7,0 +13,0 @@

{
"name": "postcss-prefixwrap",
"version": "1.18.1",
"version": "1.19.0",
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",

@@ -35,3 +35,3 @@ "license": "MIT",

"peerDependencies": {
"postcss": "7.*.*|8.*.*"
"postcss": "7.*.*|^8.1.0"
},

@@ -53,3 +53,3 @@ "devDependencies": {

"jest": "26.4.2",
"postcss": "8.0.6",
"postcss": "8.1.0",
"postcss7": "npm:postcss@7.0.34",

@@ -56,0 +56,0 @@ "prettier": "2.1.1",

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