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

postcss-style-docs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-style-docs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

lib/cjs/index.js

@@ -25,3 +25,8 @@ "use strict";

function getDocsMessage(messages) {
return messages.find(message => message.plugin === exports.pluginName);
const message = messages.find(message => message.plugin === exports.pluginName);
return message || {
commentMap,
type: 'documentation',
plugin: 'postcss-style-docs'
};
}

@@ -28,0 +33,0 @@ exports.getDocsMessage = getDocsMessage;

@@ -22,3 +22,8 @@ /** Clean comments text */

export function getDocsMessage(messages) {
return messages.find(message => message.plugin === pluginName);
const message = messages.find(message => message.plugin === pluginName);
return message || {
commentMap,
type: 'documentation',
plugin: 'postcss-style-docs'
};
}

@@ -25,0 +30,0 @@ /**

2

package.json
{
"name": "postcss-style-docs",
"version": "0.0.4",
"version": "0.0.5",
"description": "PostCSS plugin for dynamically adding documentation to styles",

@@ -5,0 +5,0 @@ "keywords": [

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