New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postcss-prefixwrap

Package Overview
Dependencies
Maintainers
1
Versions
77
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.53.0 to 1.54.0

24

build/plugin/PostCSS7Plugin.js

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -27,0 +37,0 @@ exports.asPostCSSv7PluginGenerator = void 0;

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -27,0 +37,0 @@ exports.asPostCSSv8PluginGenerator = exports.isPostCSSv8 = void 0;

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

## [1.54.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.54.0)
### 🔧 Maintenance
- Apply dependency updates.
## [1.53.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.53.0)

@@ -12,8 +18,8 @@

- [Bun (bun.sh)](https://bun.sh) support.
- [Deno (deno.com)](https://deno.com) support.
- [Bun (bun.sh)](https://bun.sh) support.
- [Deno (deno.com)](https://deno.com) support.
### 🔧 Maintenance
- Apply dependency updates.
- Apply dependency updates.

@@ -24,3 +30,3 @@ ## [1.52.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.52.0)

- Apply dependency updates.
- Apply dependency updates.

@@ -31,7 +37,7 @@ ## [1.51.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.51.0)

- Use real types from plugin source.
- Use real types from plugin source.
### 🐛 Bug Fixes
- [#515](https://github.com/dbtedman/postcss-prefixwrap/issues/515) Correctly handle `:where` statement.
- [#515](https://github.com/dbtedman/postcss-prefixwrap/issues/515) Correctly handle `:where` statement.

@@ -42,3 +48,3 @@ ## [1.50.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.50.0)

- Apply dependency updates.
- Apply dependency updates.

@@ -49,8 +55,8 @@ ## [1.49.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.49.0)

- NodeJS v22 Support
- NodeJS v22 Support
### 🔧 Maintenance
- Apply dependency updates.
- Simplify SAST workflows, focusing on GitHub embedded tools where possible.
- Apply dependency updates.
- Simplify SAST workflows, focusing on GitHub embedded tools where possible.

@@ -61,3 +67,3 @@ ## [1.48.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.48.0)

- Apply dependency updates.
- Apply dependency updates.

@@ -68,3 +74,3 @@ ## [1.47.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.47.0)

- [#413](https://github.com/dbtedman/postcss-prefixwrap/issues/413) Provenance
- [#413](https://github.com/dbtedman/postcss-prefixwrap/issues/413) Provenance

@@ -75,3 +81,3 @@ ## [1.46.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.46.0)

- Apply dependency updates.
- Apply dependency updates.

@@ -82,3 +88,3 @@ ## [1.45.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.45.0)

- Apply dependency updates.
- Apply dependency updates.

@@ -89,11 +95,11 @@ ## [1.44.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.44.0)

- Rethink testing strategy.
- Add PNPM support to Dependabot.
- Add Semgrep SAST.
- Rethink testing strategy.
- Add PNPM support to Dependabot.
- Add Semgrep SAST.
### 🔧 Maintenance
- Drop support for unmaintained NodeJS versions according to [Release Schedule (nodejs.org)](https://nodejs.org/en/about/previous-releases).
- Drop support for postcss v7 in test cases as it includes vulnerabilities that won't be fixed.
- Apply dependency updates.
- Drop support for unmaintained NodeJS versions according to [Release Schedule (nodejs.org)](https://nodejs.org/en/about/previous-releases).
- Drop support for postcss v7 in test cases as it includes vulnerabilities that won't be fixed.
- Apply dependency updates.

@@ -104,4 +110,4 @@ ## [1.43.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.43.0)

- NodeJS Update
- Dependency Updates
- NodeJS Update
- Dependency Updates

@@ -112,4 +118,4 @@ ## [1.42.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.42.0)

- NodeJS Update
- Dependency Updates
- NodeJS Update
- Dependency Updates

@@ -120,4 +126,4 @@ ## [1.41.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.41.0)

- NodeJS Update
- Dependency Updates
- NodeJS Update
- Dependency Updates

@@ -128,6 +134,6 @@ ## [1.40.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.40.0)

- Fix TypeScript config for updated NodeJS support.
- Update use of Jest directives to definitions file.
- Update import formats.
- Dependency Updates
- Fix TypeScript config for updated NodeJS support.
- Update use of Jest directives to definitions file.
- Update import formats.
- Dependency Updates

@@ -138,3 +144,3 @@ ## [1.39.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.39.1)

- Dependency Updates
- Dependency Updates

@@ -145,9 +151,9 @@ ## [1.39.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.39.0)

- [OSV Scanning](https://osv.dev/) in SAST Pipeline
- Link to external articles for **What problems can it solve?**
- Include Node v19 support
- [OSV Scanning](https://osv.dev/) in SAST Pipeline
- Link to external articles for **What problems can it solve?**
- Include Node v19 support
### 🔧 Maintenance
- Dependency Updates
- Dependency Updates

@@ -158,3 +164,3 @@ ## [1.38.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.38.1)

- Fix repository badges
- Fix repository badges

@@ -165,3 +171,3 @@ ## [1.38.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.38.0)

- Dependency Updates
- Dependency Updates

@@ -172,4 +178,4 @@ ## [1.37.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.37.0)

- OpenSSF Scorecard
- Rethink focus on Code Coverage, instead focus on developing with TDD
- OpenSSF Scorecard
- Rethink focus on Code Coverage, instead focus on developing with TDD

@@ -180,7 +186,7 @@ ## [1.36.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.36.0)

- [#187](https://github.com/dbtedman/postcss-prefixwrap/issues/187) Integration Test Rethink
- [#187](https://github.com/dbtedman/postcss-prefixwrap/issues/187) Integration Test Rethink
### 🐛 Bug Fixes
- [#189](https://github.com/dbtedman/postcss-prefixwrap/issues/189) Fix typescript broken import path
- [#189](https://github.com/dbtedman/postcss-prefixwrap/issues/189) Fix typescript broken import path

@@ -191,4 +197,4 @@ ## [1.35.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.35.1)

- [#185](https://github.com/dbtedman/postcss-prefixwrap/issues/185) Don't use alias `*` selector as will break imports
when used outside of config without it.
- [#185](https://github.com/dbtedman/postcss-prefixwrap/issues/185) Don't use alias `*` selector as will break imports
when used outside of config without it.

@@ -199,7 +205,7 @@ ## [1.35.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.35.0)

- Structure Refactor
- Structure Refactor
### 🔧 Maintenance
- Dependency Updates
- Dependency Updates

@@ -210,8 +216,8 @@ ## [1.34.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.34.0)

- [#180](https://github.com/dbtedman/postcss-prefixwrap/pull/180) Escape prefixSelector
- [#180](https://github.com/dbtedman/postcss-prefixwrap/pull/180) Escape prefixSelector
### 🔧 Maintenance
- Dependency Updates
- Revised SAST Configuration
- Dependency Updates
- Revised SAST Configuration

@@ -222,5 +228,5 @@ ## [1.33.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.33.0)

- [#176](https://github.com/dbtedman/postcss-prefixwrap/issues/176) Update instructions on `whitelist` and `blacklist`
to clarify regular expression usage
- Expand CI support to run on windows host to assist in identifying cross-platform issues
- [#176](https://github.com/dbtedman/postcss-prefixwrap/issues/176) Update instructions on `whitelist` and `blacklist`
to clarify regular expression usage
- Expand CI support to run on windows host to assist in identifying cross-platform issues

@@ -231,3 +237,3 @@ ## [1.32.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.32.0)

- Dependency Updates
- Dependency Updates

@@ -238,7 +244,7 @@ ## [1.31.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.31.0)

- Updated `README.md` documentation
- Updated `README.md` documentation
### 🔧 Maintenance
- Dependency Updates
- Dependency Updates

@@ -249,9 +255,9 @@ ## [1.30.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.30.1)

- Snyk + CodeQL SAST
- Switch to PNPM from Yarn
- Introduce Makefile for common commands
- Snyk + CodeQL SAST
- Switch to PNPM from Yarn
- Introduce Makefile for common commands
### 🐛 Bug Fixes
- `:root` missing from list of root tags
- `:root` missing from list of root tags

@@ -262,3 +268,3 @@ ## [1.29.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.29.1)

- Dependency Updates
- Dependency Updates

@@ -269,4 +275,4 @@ ## [1.29.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.29.0)

- [[154]](https://github.com/dbtedman/postcss-prefixwrap/issues/154) Add support for nested selectors with new
configuration option
- [[154]](https://github.com/dbtedman/postcss-prefixwrap/issues/154) Add support for nested selectors with new
configuration option

@@ -277,4 +283,4 @@ ## [1.28.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.28.1)

- [[146]](https://github.com/dbtedman/postcss-prefixwrap/issues/146) Fix Rule not wrapped when the first selector starts
with the prefix
- [[146]](https://github.com/dbtedman/postcss-prefixwrap/issues/146) Fix Rule not wrapped when the first selector starts
with the prefix

@@ -285,3 +291,3 @@ ## [1.27.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.27.0)

- Dependency Updates
- Dependency Updates

@@ -292,3 +298,3 @@ ## [1.26.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.26.0)

- Dependency Updates
- Dependency Updates

@@ -299,3 +305,3 @@ ## [1.25.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.25.0)

- Dependency Updates
- Dependency Updates

@@ -306,3 +312,3 @@ ## [1.24.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.24.0)

- Dependency Updates
- Dependency Updates

@@ -313,7 +319,7 @@ ## [1.23.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.23.0)

- Define supported NodeJS versions, and tweak TypeScript build accordingly.
- Define supported NodeJS versions, and tweak TypeScript build accordingly.
### 🔧 Maintenance
- Dependency Updates
- Dependency Updates

@@ -324,3 +330,3 @@ ## [1.22.2](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.22.2)

- Dependency updates
- Dependency updates

@@ -331,3 +337,3 @@ ## [1.22.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.22.1)

- Remove explicit version
- Remove explicit version

@@ -338,3 +344,3 @@ ## [1.22.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.22.0)

- [#116](https://github.com/dbtedman/postcss-prefixwrap/issues/116) Expand postcss version support allowed with peer
- [#116](https://github.com/dbtedman/postcss-prefixwrap/issues/116) Expand postcss version support allowed with peer

@@ -345,4 +351,4 @@ ## [1.21.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.21.0)

- Dependency Updates
- Documentation Cleanup
- Dependency Updates
- Documentation Cleanup

@@ -353,3 +359,3 @@ ## [1.20.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.20.0)

- Dependency updates
- Dependency updates

@@ -360,3 +366,3 @@ ## [1.19.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.19.0)

- [[109]](https://github.com/dbtedman/postcss-prefixwrap/pull/109) Fix compatibility with PostCSS 8.1
- [[109]](https://github.com/dbtedman/postcss-prefixwrap/pull/109) Fix compatibility with PostCSS 8.1

@@ -367,4 +373,4 @@ ## [1.18.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.1)

- [[107]](https://github.com/dbtedman/postcss-prefixwrap/pull/107) Fix relative path
issue `Cannot find module 'PostCSSPrefixWrap'`
- [[107]](https://github.com/dbtedman/postcss-prefixwrap/pull/107) Fix relative path
issue `Cannot find module 'PostCSSPrefixWrap'`

@@ -375,3 +381,3 @@ ## [1.18.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.18.0)

- [[104]](https://github.com/dbtedman/postcss-prefixwrap/issues/104) PostCSS 8 Support
- [[104]](https://github.com/dbtedman/postcss-prefixwrap/issues/104) PostCSS 8 Support

@@ -382,4 +388,4 @@ ## [1.17.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.17.0)

- Dependency updates
- Documentation refactor
- Dependency updates
- Documentation refactor

@@ -390,3 +396,3 @@ ## [1.16.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.16.0)

- Dependency updates
- Dependency updates

@@ -397,3 +403,3 @@ ## [1.15.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.15.0)

- [[91]](https://github.com/dbtedman/postcss-prefixwrap/pull/91) Clarify prefixRootTags option
- [[91]](https://github.com/dbtedman/postcss-prefixwrap/pull/91) Clarify prefixRootTags option

@@ -404,7 +410,7 @@ ## [1.14.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.14.0)

- [ESLint](https://eslint.org/) support to improve code quality
- [ESLint](https://eslint.org/) support to improve code quality
### 🔧 Maintenance
- Dependency updates
- Dependency updates

@@ -415,3 +421,3 @@ ## [1.13.2](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.13.2)

- Dependency updates
- Dependency updates

@@ -422,3 +428,3 @@ ## [1.13.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.13.1)

- Dependency updates
- Dependency updates

@@ -429,7 +435,7 @@ ## [1.13.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.13.0)

- Implement `blacklist`
- Implement `blacklist`
## [1.12.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0)
- [[74]](https://github.com/dbtedman/postcss-prefixwrap/pull/74) Whitelist option for prefixing only some files
- [[74]](https://github.com/dbtedman/postcss-prefixwrap/pull/74) Whitelist option for prefixing only some files

@@ -440,3 +446,3 @@ ## [1.11.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0)

- GitHub Actions Release
- GitHub Actions Release

@@ -447,3 +453,3 @@ ## [1.10.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.10.0)

- GitHub Actions (Replacing TravisCI)
- GitHub Actions (Replacing TravisCI)

@@ -454,7 +460,7 @@ ## [1.9.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.9.0)

- Add integration tests to validate plugin defined correctly in build.
- Add integration tests to validate plugin defined correctly in build.
### 🐛 Bug Fixes
- Fix error in main file definition.
- Fix error in main file definition.

@@ -465,3 +471,3 @@ ## [1.8.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.8.0)

- Jest
- Jest

@@ -472,3 +478,3 @@ ## [1.7.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.7.0)

- Audit Fixes
- Audit Fixes

@@ -479,4 +485,4 @@ ## [1.6.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.6.0)

- Refactored test implementation with `acceptance`, and `unit` kinds.
- TypeScript to better handle types.
- Refactored test implementation with `acceptance`, and `unit` kinds.
- TypeScript to better handle types.

@@ -487,4 +493,4 @@ ## [1.5.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.5.1)

- Updated package metadata.
- Updated CI configuration to ensure it fails when `npm audit` fails.
- Updated package metadata.
- Updated CI configuration to ensure it fails when `npm audit` fails.

@@ -495,5 +501,5 @@ ## [1.5.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.5.0)

- [[41]](https://github.com/dbtedman/postcss-prefixwrap/pull/41) Added ignored selectors list.
- Experiment with better `eslint` / `prettier` integration.
- Package updates; some to fix audit errors, the rest to bring packages up to latest versions.
- [[41]](https://github.com/dbtedman/postcss-prefixwrap/pull/41) Added ignored selectors list.
- Experiment with better `eslint` / `prettier` integration.
- Package updates; some to fix audit errors, the rest to bring packages up to latest versions.

@@ -504,3 +510,3 @@ ## [1.4.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.4.1)

- Dependency and License updates.
- Dependency and License updates.

@@ -511,7 +517,7 @@ ## [1.4.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.4.0)

- [[28]](https://github.com/dbtedman/postcss-prefixwrap/issues/28) PostCSS Should be a Peer Dependency not Dependency
- [[29]](https://github.com/dbtedman/postcss-prefixwrap/issues/29) Use Modern JS (ES6+)
- [[30]](https://github.com/dbtedman/postcss-prefixwrap/issues/30) Include Current Node Versions in Testing
- Prettier
- Project cleanup.
- [[28]](https://github.com/dbtedman/postcss-prefixwrap/issues/28) PostCSS Should be a Peer Dependency not Dependency
- [[29]](https://github.com/dbtedman/postcss-prefixwrap/issues/29) Use Modern JS (ES6+)
- [[30]](https://github.com/dbtedman/postcss-prefixwrap/issues/30) Include Current Node Versions in Testing
- Prettier
- Project cleanup.

@@ -522,9 +528,9 @@ ## [1.3.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.3.0)

- [[22]](https://github.com/dbtedman/postcss-prefixwrap/pull/22) Implement a more robust `@keyframes` detection,
preserving `from` and `to` inside `@keyframes`
- [[22]](https://github.com/dbtedman/postcss-prefixwrap/pull/22) Implement a more robust `@keyframes` detection,
preserving `from` and `to` inside `@keyframes`
### 🐛 Bug Fixes
- [[23]](https://github.com/dbtedman/postcss-prefixwrap/pull/23) Stop ESLint from searching for config files in parent
folders
- [[23]](https://github.com/dbtedman/postcss-prefixwrap/pull/23) Stop ESLint from searching for config files in parent
folders

@@ -535,9 +541,9 @@ ## [1.2.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.2.0)

- Add code coverage reporting to ensure all parts of the code are being exercised by the tests
- Additional test coverage to exercise error condition handling for invalid css
- Introduction of integration testing suite
- Add code coverage reporting to ensure all parts of the code are being exercised by the tests
- Additional test coverage to exercise error condition handling for invalid css
- Introduction of integration testing suite
### 🐛 Bug Fixes
- [[17]](https://github.com/dbtedman/postcss-prefixwrap/issues/17) Keyframe percentages are incorrectly prefixed
- [[17]](https://github.com/dbtedman/postcss-prefixwrap/issues/17) Keyframe percentages are incorrectly prefixed

@@ -548,4 +554,4 @@ ## [1.1.3](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.1.3)

- [[6]](https://github.com/dbtedman/postcss-prefixwrap/issues/6) Selectors containing the word "body" or "html" treated
as root
- [[6]](https://github.com/dbtedman/postcss-prefixwrap/issues/6) Selectors containing the word "body" or "html" treated
as root

@@ -556,3 +562,3 @@ ## [1.1.2](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.1.2)

- Support for multiline selectors
- Support for multiline selectors

@@ -563,4 +569,4 @@ ## [1.1.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.1.1)

- Updates to support disabling of html/body replacement
- Enable support for multiple selectors
- Updates to support disabling of html/body replacement
- Enable support for multiple selectors

@@ -571,3 +577,3 @@ ## [1.0.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.0.1)

- Updates to README contents
- Updates to README contents

@@ -578,3 +584,3 @@ ## [1.0.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.0.0)

- Updated npm dependencies to explicitly define versions
- Updated npm dependencies to explicitly define versions

@@ -585,4 +591,4 @@ ## [0.2.2](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.2.2)

- Expanded ESLint coverage to validate test scripts
- Extracted contributor details into `CONTRIBUTING.md` file and simplified project `README.md`
- Expanded ESLint coverage to validate test scripts
- Extracted contributor details into `CONTRIBUTING.md` file and simplified project `README.md`

@@ -593,3 +599,3 @@ ## [0.2.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.2.1)

- Added test for our container selector matching existing selector
- Added test for our container selector matching existing selector

@@ -600,3 +606,3 @@ ## [0.2.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.2.0)

- Added Mocha Unit tests
- Added Mocha Unit tests

@@ -607,3 +613,3 @@ ## [0.1.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.1.0)

- Add support for top level combined selectors containing our container class
- Add support for top level combined selectors containing our container class

@@ -614,3 +620,3 @@ ## [0.0.5](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.0.5)

- Updated ignores to help npm
- Updated ignores to help npm

@@ -621,3 +627,3 @@ ## [0.0.4](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/0.0.4)

- Initial repository scaffold
- Basic plugin implementation
- Initial repository scaffold
- Basic plugin implementation

@@ -5,13 +5,13 @@ # [PostCSS Prefix Wrap](./README.md) // Contributing

- [Core Maintainers](#core-maintainers)
- [Thanks](#thanks)
- [Continuous Integration](#continuous-integration)
- [Code Formatting](#code-formatting)
- [Test](#test)
- [Publishing](#publishing)
- [References](#references)
- [Core Maintainers](#core-maintainers)
- [Thanks](#thanks)
- [Continuous Integration](#continuous-integration)
- [Code Formatting](#code-formatting)
- [Test](#test)
- [Publishing](#publishing)
- [References](#references)
## Core Maintainers
- [Daniel Tedman](https://github.com/dbtedman)
- [Daniel Tedman](https://github.com/dbtedman)

@@ -70,2 +70,2 @@ ## Thanks

- [TypeScript: Node Target Mapping](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping) - To correctly configure TypeScript to compile JavaScript that works with our target NodeJS versions.
- [TypeScript: Node Target Mapping](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping) - To correctly configure TypeScript to compile JavaScript that works with our target NodeJS versions.
MIT License
Copyright © 2024 [Daniel Tedman](https://tedman.dev)
Copyright © 2025 [Daniel Tedman](https://tedman.dev)

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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

@@ -30,13 +30,13 @@ "keywords": [

"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@jest/globals": "29.7.0",
"@tsconfig/node18": "18.2.4",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"glob": "11.0.0",
"@types/node": "22.13.0",
"glob": "11.0.1",
"husky": "9.1.7",
"jest": "29.7.0",
"postcss": "8.4.49",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"postcss": "8.5.1",
"prettier": "3.4.2",
"sort-package-json": "2.14.0",
"source-map": "0.7.4",

@@ -46,3 +46,3 @@ "source-map-js": "1.2.1",

"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.3"
},

@@ -49,0 +49,0 @@ "peerDependencies": {

@@ -20,8 +20,8 @@ # [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap)

- [How to use this plugin?](#how-to-use-this-plugin)
- [What options does it have?](#what-options-does-it-have)
- [What problems can it solve?](#what-problems-can-it-solve)
- [How to contribute?](#how-to-contribute)
- [Is this project secure?](#is-this-project-secure)
- [License](#license)
- [How to use this plugin?](#how-to-use-this-plugin)
- [What options does it have?](#what-options-does-it-have)
- [What problems can it solve?](#what-problems-can-it-solve)
- [How to contribute?](#how-to-contribute)
- [Is this project secure?](#is-this-project-secure)
- [License](#license)

@@ -134,4 +134,4 @@ ## How to use this plugin?

- [Embedding Content Within an Existing Site With PostCSS Prefix Wrap (tedman.dev)](https://tedman.dev/posts/embedding-content-within-an-existing-site-with-postcss-prefix-wrap/)
- [Maintainable Legacy CSS With PostCSS Prefix Wrap (tedman.dev)](https://tedman.dev/posts/maintainable-legacy-css-with-postcss-prefix-wrap/)
- [Embedding Content Within an Existing Site With PostCSS Prefix Wrap (tedman.dev)](https://tedman.dev/posts/embedding-content-within-an-existing-site-with-postcss-prefix-wrap/)
- [Maintainable Legacy CSS With PostCSS Prefix Wrap (tedman.dev)](https://tedman.dev/posts/maintainable-legacy-css-with-postcss-prefix-wrap/)

@@ -138,0 +138,0 @@ ## How to contribute?

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

- [Provenance](#provenance)
- [Dependency Vulnerability and Code Scanning](#dependency-vulnerability-and-code-scanning)
- [Security Disclosure Policy](#security-disclosure-policy)
- [Security Update Policy](#security-update-policy)
- [Security Related Configuration](#security-related-configuration)
- [Known Security Gaps and Future Enhancements](#known-security-gaps-and-future-enhancements)
- [Provenance](#provenance)
- [Dependency Vulnerability and Code Scanning](#dependency-vulnerability-and-code-scanning)
- [Security Disclosure Policy](#security-disclosure-policy)
- [Security Update Policy](#security-update-policy)
- [Security Related Configuration](#security-related-configuration)
- [Known Security Gaps and Future Enhancements](#known-security-gaps-and-future-enhancements)

@@ -22,6 +22,6 @@ ## Provenance

- [GitHub code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) via [CodeQL](https://codeql.github.com)
- [GitHub dependabot alerts](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)
- [GitHub dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)
- [GitHub secret scanning](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning)
- [GitHub code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) via [CodeQL](https://codeql.github.com)
- [GitHub dependabot alerts](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)
- [GitHub dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)
- [GitHub secret scanning](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning)

@@ -28,0 +28,0 @@ ## Security Disclosure Policy

Sorry, the diff of this file is not supported yet

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