New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postcss-markdown

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-markdown - npm Package Compare versions

Comparing version 0.23.0 to 0.23.2

.git

30

package.json
{
"name": "postcss-markdown",
"version": "0.23.0",
"version": "0.23.2",
"description": "PostCSS syntax for parsing Markdown",
"repository": {
"type": "git",
"url": "git+https://github.com/gucong3000/postcss-syntax.git"
"url": "git+https://github.com/gucong3000/postcss-markdown.git"
},

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

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

@@ -37,5 +49,13 @@ "remark": "^9.0.0",

"devDependencies": {
"postcss-html": "^0.23.0",
"postcss-syntax": "^0.3.0"
"chai": "^4.1.2",
"codecov": "^3.0.1",
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"postcss": "^6.0.22",
"postcss-html": "^0.23.2",
"postcss-less": "^1.1.5",
"postcss-scss": "^1.0.5",
"postcss-syntax": "^0.3.0",
"sugarss": "^1.0.1"
}
}

33

README.md

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

[![NPM version](https://img.shields.io/npm/v/postcss-markdown.svg?style=flat-square)](https://www.npmjs.com/package/postcss-markdown)
[![Travis](https://img.shields.io/travis/gucong3000/postcss-syntaxes.svg)](https://travis-ci.org/gucong3000/postcss-syntaxes)
[![Codecov](https://img.shields.io/codecov/c/github/gucong3000/postcss-syntaxes.svg)](https://codecov.io/gh/gucong3000/postcss-syntaxes)
[![David](https://img.shields.io/david/gucong3000/postcss-markdown.svg)](https://david-dm.org/gucong3000/postcss-markdown)
<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 [Markdown](https://daringfireball.net/projects/markdown/syntax)
[PostCSS](https://github.com/postcss/postcss) Syntax for parsing [Markdown](https://daringfireball.net/projects/markdown/syntax)

@@ -23,6 +26,6 @@ ## Getting Started

- SCSS: [PostCSS-SCSS](https://github.com/postcss/lib/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)
- 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)

@@ -33,3 +36,3 @@ ## Use Cases

var syntax = require('postcss-markdown')({
// Enable support for HTML (default: false) See: https://github.com/gucong3000/postcss-syntax/tree/master/packages/postcss-html
// Enable support for HTML (default: false) See: https://github.com/gucong3000/postcss-html
html: true,

@@ -54,3 +57,3 @@ // syntax for parse scss (non-required options)

::placeholder {
color: gray;
color: gray;
}

@@ -66,12 +69,12 @@ ```

::-webkit-input-placeholder {
color: gray;
color: gray;
}
:-ms-input-placeholder {
color: gray;
color: gray;
}
::-ms-input-placeholder {
color: gray;
color: gray;
}
::placeholder {
color: gray;
color: gray;
}

@@ -83,10 +86,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)

@@ -93,0 +96,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