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

postcss-html

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-html - npm Package Compare versions

Comparing version 0.23.0 to 0.23.1

.git

31

package.json
{
"name": "postcss-html",
"version": "0.23.0",
"version": "0.23.1",
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-syntax.git"
"url": "git+https://github.com/gucong3000/postcss-html.git"
},

@@ -28,3 +28,15 @@ "keywords": [

},
"homepage": "https://github.com/gucong3000/postcss-syntax/tree/master/packages/postcss-html#readme",
"homepage": "https://github.com/gucong3000/postcss-html#readme",
"nyc": {
"reporter": [
"lcov",
"text"
],
"all": true,
"cache": true,
"check-coverage": true
},
"scripts": {
"test": "nyc mocha --no-timeouts"
},
"dependencies": {

@@ -35,7 +47,16 @@ "htmlparser2": "^3.9.2"

"postcss": ">=5.0.0",
"postcss-syntax": "^0.3.0"
"postcss-syntax": ">=0.3.0"
},
"devDependencies": {
"postcss-syntax": "^0.3.0"
"autoprefixer": "^8.3.0",
"chai": "^4.1.2",
"codecov": "^3.0.1",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"postcss": "^6.0.21",
"postcss-less": "^1.1.5",
"postcss-scss": "^1.0.5",
"postcss-syntax": "^0.3.0",
"sugarss": "^1.0.1"
}
}

20

README.md

@@ -5,8 +5,11 @@ PostCSS HTML Syntax

[![NPM version](https://img.shields.io/npm/v/postcss-html.svg?style=flat-square)](https://www.npmjs.com/package/postcss-html)
[![Travis](https://img.shields.io/travis/gucong3000/postcss-html.svg)](https://travis-ci.org/gucong3000/postcss-html)
[![Codecov](https://img.shields.io/codecov/c/github/gucong3000/postcss-html.svg)](https://codecov.io/gh/gucong3000/postcss-html)
[![David](https://img.shields.io/david/gucong3000/postcss-html.svg)](https://david-dm.org/gucong3000/postcss-html)
<img align="right" width="95" height="95"
title="Philosopher’s stone, logo of PostCSS"
src="http://postcss.github.io/postcss/lib/logo.svg">
src="http://postcss.github.io/postcss/logo.svg">
[PostCSS](https://github.com/postcss/lib/postcss) syntax for parsing HTML (and HTML-like)
[PostCSS](https://github.com/postcss/postcss) syntax for parsing HTML (and HTML-like)
- [PHP](http://php.net)

@@ -24,2 +27,9 @@ - [Vue component](https://vue-loader.vuejs.org/)

If you want support SCSS/SASS/LESS/SugarSS syntax, you need to install the corresponding module.
- SCSS: [postcss-scss](https://github.com/postcss/postcss-scss)
- SASS: [postcss-sass](https://github.com/aleshaoleg/postcss-sass)
- LESS: [postcss-less](https://github.com/shellscape/postcss-less)
- SugarSS: [sugarss](https://github.com/postcss/sugarss)
## Use Cases

@@ -45,10 +55,10 @@

- SCSS: [PostCSS-SCSS](https://github.com/postcss/lib/postcss-scss)
- SCSS: [PostCSS-SCSS](https://github.com/postcss/postcss-scss)
- SASS: [PostCSS-SASS](https://github.com/aleshaoleg/postcss-sass)
- LESS: [PostCSS-LESS](https://github.com/shellscape/postcss-less)
- SugarSS: [SugarSS](https://github.com/postcss/lib/sugarss)
- SugarSS: [SugarSS](https://github.com/postcss/sugarss)
## Advanced Use Cases
See: [postcss-syntax](../postcss-syntax#readme)
See: [postcss-syntax](https://github.com/gucong3000/postcss-syntax)

@@ -55,0 +65,0 @@ ### Style Transformations

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