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.35.1 to 1.36.0

build/Types.d.ts

1

build/index.d.ts

@@ -0,2 +1,3 @@

import "./Types";
declare const _default: import("./Types").PostCSS8Plugin | import("./Types").PostCSS7Plugin;
export = _default;

@@ -5,4 +5,5 @@ "use strict";

};
require("./Types");
const postcss_1 = __importDefault(require("postcss"));
const PostCSSPlugin_1 = __importDefault(require("./plugin/PostCSSPlugin"));
module.exports = (0, PostCSSPlugin_1.default)(postcss_1.default);

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

## [1.36.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.36.0)
### 💡 Features and Improvements
- [#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
## [1.35.1](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.35.1)

@@ -9,0 +19,0 @@

5

package.json
{
"name": "postcss-prefixwrap",
"version": "1.35.1",
"version": "1.36.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.",

@@ -31,2 +31,3 @@ "keywords": [

"@babel/core": "7.19.3",
"@jest/globals": "29.1.2",
"@types/jest": "29.1.2",

@@ -45,5 +46,3 @@ "@types/node": "18.8.3",

"jest": "29.1.2",
"less": "4.1.3",
"postcss": "8.4.17",
"postcss-nested": "6.0.0",
"postcss7": "npm:postcss@7.0.34",

@@ -50,0 +49,0 @@ "prettier": "2.7.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