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

postcss-log-warnings

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-log-warnings - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

CHANGELOG.md
# Changelog
## v0.1.2
- Only log if there is something to log (don't log undefined).
## v0.1.1

@@ -4,0 +7,0 @@ - Only exit process if code is non-zero.

2

index.js

@@ -14,3 +14,3 @@ 'use strict';

p.then(function(r) {
console.log(r);
if (r) console.log(r);
if (opts.throwError) exitCode = 1;

@@ -17,0 +17,0 @@ });

{
"name": "postcss-log-warnings",
"version": "0.1.1",
"version": "0.1.2",
"description": "Log PostCSS warnings in the console",

@@ -5,0 +5,0 @@ "main": "index.js",

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