postcss-prefixwrap
Advanced tools
Comparing version 1.37.0 to 1.38.1
@@ -30,3 +30,3 @@ import { PostCSSPrefixWrapOptions } from "./plugin/PostCSSPrefixWrap"; | ||
} | ||
export declare type PostCSS7Plugin = () => PostCSSAcceptedPlugin; | ||
export declare type PostCSS8Plugin = (prefixSelector: string, options?: PostCSSPrefixWrapOptions) => PostCSSAcceptedPlugin; | ||
export type PostCSS7Plugin = () => PostCSSAcceptedPlugin; | ||
export type PostCSS8Plugin = (prefixSelector: string, options?: PostCSSPrefixWrapOptions) => PostCSSAcceptedPlugin; |
@@ -7,2 +7,14 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog | ||
## [1.38.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.38.1) | ||
### 🐛 Bug Fixes | ||
- Fix repository badges | ||
## [1.38.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.38.0) | ||
### 🔧 Maintenance | ||
- Dependency Updates | ||
## [1.37.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.37.0) | ||
@@ -9,0 +21,0 @@ |
@@ -22,5 +22,4 @@ # [PostCSS Prefix Wrap](./README.md) // Contributing | ||
[![CI GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/ci?style=for-the-badge&logo=github&label=ci)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/ci.yml?query=branch%3Amain) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/sast?style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![Release GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/release?style=for-the-badge&logo=github&label=release)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/release.yml) | ||
[![CI GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/ci.yml?branch=main&style=for-the-badge&logo=github&label=ci)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/ci.yml?query=branch%3Amain) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/sast.yml?branch=main&style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
@@ -27,0 +26,0 @@ Provided by [GitHub Actions](https://github.com/dbtedman/postcss-prefixwrap/actions?workflow=Test), run on every commit and pull request. |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "1.37.0", | ||
"version": "1.38.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.", | ||
@@ -30,21 +30,21 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.19.3", | ||
"@jest/globals": "29.1.2", | ||
"@types/jest": "29.1.2", | ||
"@types/node": "18.8.3", | ||
"@typescript-eslint/eslint-plugin": "5.39.0", | ||
"@typescript-eslint/parser": "5.39.0", | ||
"eslint": "8.25.0", | ||
"@babel/core": "7.20.5", | ||
"@jest/globals": "29.3.1", | ||
"@types/jest": "29.2.4", | ||
"@types/node": "18.11.12", | ||
"@typescript-eslint/eslint-plugin": "5.46.0", | ||
"@typescript-eslint/parser": "5.46.0", | ||
"eslint": "8.29.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "27.1.1", | ||
"eslint-plugin-promise": "6.0.1", | ||
"eslint-plugin-jest": "27.1.6", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-security-node": "1.1.1", | ||
"glob": "8.0.3", | ||
"husky": "8.0.1", | ||
"jest": "29.1.2", | ||
"postcss": "8.4.17", | ||
"husky": "8.0.2", | ||
"jest": "29.3.1", | ||
"postcss": "8.4.19", | ||
"postcss7": "npm:postcss@7.0.34", | ||
"prettier": "2.7.1", | ||
"sort-package-json": "2.0.0", | ||
"prettier": "2.8.1", | ||
"sort-package-json": "2.1.0", | ||
"source-map": "0.7.4", | ||
@@ -54,3 +54,3 @@ "source-map-js": "1.0.2", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.8.4" | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -57,0 +57,0 @@ "peerDependencies": { |
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) | ||
[![CI GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/ci?style=for-the-badge&logo=github&label=ci)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/ci.yml?query=branch%3Amain) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/sast?style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![Release GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/release?style=for-the-badge&logo=github&label=release)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/release.yml) | ||
[![CI GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/ci.yml?branch=main&style=for-the-badge&logo=github&label=ci)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/ci.yml?query=branch%3Amain) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/sast.yml?branch=main&style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![NPM Downloads Per Week](https://img.shields.io/npm/dw/postcss-prefixwrap?color=blue&logo=npm&style=for-the-badge)](https://www.npmjs.com/package/postcss-prefixwrap) | ||
@@ -209,3 +208,3 @@ | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/sast?style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/sast.yml?branch=main&style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/dbtedman/postcss-prefixwrap/badge?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/dbtedman/postcss-prefixwrap) | ||
@@ -212,0 +211,0 @@ [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6622/badge)](https://bestpractices.coreinfrastructure.org/projects/6622) |
# [PostCSS Prefix Wrap](./README.md) // Security | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/workflow/status/dbtedman/postcss-prefixwrap/sast?style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![SAST GitHub Pipeline](https://img.shields.io/github/actions/workflow/status/dbtedman/postcss-prefixwrap/sast.yml?branch=main&style=for-the-badge&logo=github&label=sast)](https://github.com/dbtedman/postcss-prefixwrap/actions/workflows/sast.yml) | ||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/dbtedman/postcss-prefixwrap/badge?style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/dbtedman/postcss-prefixwrap) | ||
@@ -5,0 +5,0 @@ [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6622/badge)](https://bestpractices.coreinfrastructure.org/projects/6622) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41859
218