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.0 to 1.18.1

2

build/indexWrap.js

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

};
const PostCSSPrefixWrap_1 = __importStar(require("PostCSSPrefixWrap"));
const PostCSSPrefixWrap_1 = __importStar(require("./PostCSSPrefixWrap"));
const isPostCSSv8 = (postcss) => postcss.Root !== undefined;

@@ -24,0 +24,0 @@ module.exports = (postcss) => {

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

## [1.18.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.1)
### Bug Fixes
- [[107]](https://github.com/dbtedman/postcss-prefixwrap/pull/107) Fix relative path issue `Cannot find module 'PostCSSPrefixWrap'`
## [1.18.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.0)

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

{
"name": "postcss-prefixwrap",
"version": "1.18.0",
"version": "1.18.1",
"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.",

@@ -5,0 +5,0 @@ "license": "MIT",

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