Socket
Socket
Sign inDemoInstall

vfile-statistics

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vfile-statistics - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

21

package.json
{
"name": "vfile-statistics",
"version": "1.1.2",
"version": "1.1.3",
"description": "Count vfile messages per category",

@@ -25,13 +25,13 @@ "license": "MIT",

"browserify": "^16.0.0",
"nyc": "^13.0.0",
"prettier": "^1.12.1",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"vfile": "^3.0.0",
"xo": "^0.23.0"
"tinyify": "^2.0.0",
"vfile": "^4.0.0",
"xo": "^0.24.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify . -s vfileStatistics > vfile-statistics.js",

@@ -61,7 +61,2 @@ "build-mangle": "browserify . -s vfileStatistics -p tinyify > vfile-statistics.min.js",

"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off",
"object-shorthand": "off"
},
"ignores": [

@@ -68,0 +63,0 @@ "vfile-statistics.js"

@@ -6,2 +6,5 @@ # vfile-statistics

[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
[![Chat][chat-badge]][chat]

@@ -11,7 +14,7 @@

## Installation
## Install
[npm][]:
```bash
```sh
npm install vfile-statistics

@@ -50,4 +53,4 @@ ```

Pass a [vfile][], list of vfiles, or a list of messages
(`file.messages`), get counts per category.
Pass a [vfile][], list of vfiles, or a list of messages (`file.messages`), get
counts per category.

@@ -66,6 +69,9 @@ ###### Returns

See [`contributing.md` in `vfile/vfile`][contributing] for ways to get started.
See [`contributing.md`][contributing] in [`vfile/.github`][health] for ways to
get started.
See [`support.md`][support] for ways to get help.
This organisation has a [Code of Conduct][coc]. By interacting with this
repository, organisation, or community you agree to abide by its terms.
This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
abide by its terms.

@@ -90,2 +96,12 @@ ## License

[size-badge]: https://img.shields.io/bundlephobia/minzip/vfile-statistics.svg
[size]: https://bundlephobia.com/result?p=vfile-statistics
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg

@@ -97,2 +113,10 @@

[contributing]: https://github.com/vfile/.github/blob/master/contributing.md
[support]: https://github.com/vfile/.github/blob/master/support.md
[health]: https://github.com/vfile/.github
[coc]: https://github.com/vfile/.github/blob/master/code-of-conduct.md
[license]: license

@@ -103,5 +127,1 @@

[vfile]: https://github.com/vfile/vfile
[contributing]: https://github.com/vfile/vfile/blob/master/contributing.md
[coc]: https://github.com/vfile/vfile/blob/master/code-of-conduct.md
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