postcss-reporter
Advanced tools
Comparing version 6.0.0 to 6.0.1
# Changelog | ||
## 6.0.1 | ||
- Fix support for messages without text (by @nodaguti). | ||
## 6.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -13,3 +13,5 @@ var chalk = require('chalk'); | ||
return function(input) { | ||
var messages = input.messages; | ||
var messages = input.messages.filter(function(message) { | ||
return typeof message.text === 'string'; | ||
}); | ||
var source = input.source; | ||
@@ -16,0 +18,0 @@ |
{ | ||
"name": "postcss-reporter", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Log PostCSS messages in the console", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"test": "npm run lint && tape test", | ||
"visual": "node test/visual.js" | ||
}, | ||
"files": [ | ||
@@ -15,6 +10,3 @@ "index.js", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/postcss/postcss-reporter.git" | ||
}, | ||
"repository": "postcss/postcss-reporter", | ||
"author": { | ||
@@ -26,19 +18,7 @@ "name": "David Clark", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/postcss/postcss-reporter/issues" | ||
}, | ||
"homepage": "https://github.com/postcss/postcss-reporter", | ||
"devDependencies": { | ||
"eslint": "1.3.1", | ||
"less": "2.7.1", | ||
"source-map": "0.5.6", | ||
"strip-color": "^0.1.0", | ||
"stylelint": "6.8.0", | ||
"tape": "^4.7.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.0.1", | ||
"lodash": "^4.17.4", | ||
"log-symbols": "^2.0.0", | ||
"postcss": "^7.0.2" | ||
"chalk": "^2.4.1", | ||
"lodash": "^4.17.11", | ||
"log-symbols": "^2.2.0", | ||
"postcss": "^7.0.7" | ||
}, | ||
@@ -45,0 +25,0 @@ "engines": { |
@@ -7,2 +7,8 @@ # postcss-reporter | ||
--- | ||
**SEEKING A NEW MAINTAINER!** Interested in contributing to the ecosystem of PostCSS and Stylelint? Please open an issue if you'd like to take over maintenance of this package. | ||
--- | ||
## Purpose | ||
@@ -9,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
150
150
14401
1
1
1
1
Updatedchalk@^2.4.1
Updatedlodash@^4.17.11
Updatedlog-symbols@^2.2.0
Updatedpostcss@^7.0.7