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.39.0 to 1.39.1

4

build/Types.d.ts

@@ -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,8 @@ # [PostCSS Prefix Wrap](./README.md) // Changelog

## [1.39.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.39.1)
### 🔧 Maintenance
- Dependency Updates
## [1.39.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.39.0)

@@ -9,0 +15,0 @@

{
"name": "postcss-prefixwrap",
"version": "1.39.0",
"version": "1.39.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,26 +30,26 @@ "keywords": [

"devDependencies": {
"@babel/core": "7.20.12",
"@jest/globals": "29.3.1",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.26.0",
"@babel/core": "7.21.4",
"@jest/globals": "29.5.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security-node": "1.1.1",
"glob": "8.0.3",
"glob": "10.2.2",
"husky": "8.0.3",
"jest": "29.3.1",
"postcss": "8.4.21",
"jest": "29.5.0",
"postcss": "8.4.23",
"postcss7": "npm:postcss@7.0.36",
"prettier": "2.8.2",
"sort-package-json": "2.1.0",
"prettier": "2.8.8",
"sort-package-json": "2.4.1",
"source-map": "0.7.4",
"source-map-js": "1.0.2",
"ts-jest": "29.0.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "5.0.4"
},

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

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

| Supports | Versions |
| :------- | :--------------------------------------- |
| NodeJS | `v14`, `v15`, `v16`, `v17`, `v18`, `v19` |
| PostCSS | `v7`, `v8` |
| Supports | Versions |
| :------- | :-------------------------------- |
| NodeJS | `v16`, `v17`, `v18`, `v19`, `v20` |
| PostCSS | `v7`, `v8` |

@@ -16,0 +16,0 @@ - [How to use this plugin?](#how-to-use-this-plugin)

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