Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

posthtml-postcss

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-postcss - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

posthtml-postcss.sublime-project

4

index.js

@@ -18,2 +18,6 @@ /* global Promise */

if (options.length === Infinity) {
return str;
}
options.match = new Array(options.length).join(' ');

@@ -20,0 +24,0 @@ str = str.replace(new RegExp(options.match,'g'), '');

3

package.json
{
"name": "posthtml-postcss",
"version": "0.2.1",
"version": "0.2.2",
"description": "PostHTML-PostCSS plugin. Use PostCSS in HTML document.",
"main": "index.js",
"files": "index.js",
"scripts": {

@@ -7,0 +8,0 @@ "test": "npm run lint && npm run coverage",

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