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

textlint-rule-ginger

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-ginger - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/ginger.js

11

package.json
{
"name": "textlint-rule-ginger",
"version": "0.1.1",
"version": "0.1.2",
"description": "textlint rule to check your English grammar with Ginger Proofreading",

@@ -9,4 +9,10 @@ "main": "lib/ginger.js",

"prepublish": "npm run --if-present build",
"test": "mocha"
"test": "npm-run-all lint mocha",
"lint": "eslint src test",
"mocha": "mocha"
},
"files": [
"lib",
"src"
],
"keywords": [

@@ -26,2 +32,3 @@ "textlint",

"gingerbread": "^0.5.0",
"npm-run-all": "^1.5.3",
"textlint-rule-helper": "^1.1.5"

@@ -28,0 +35,0 @@ },

3

ReadMe.md
# textlint-rule-ginger
[![textlint rule](https://img.shields.io/badge/textlint-fixable-green.svg?style=social)](https://textlint.github.io/)
[![Build Status](https://travis-ci.org/nodaguti/textlint-rule-ginger.svg?branch=master)](https://travis-ci.org/nodaguti/textlint-rule-ginger)

@@ -18,3 +19,3 @@ [![Dependency Status](https://david-dm.org/nodaguti/textlint-rule-ginger.svg)](https://david-dm.org/nodaguti/textlint-rule-ginger)

$ npm install textlint textlint-rule-ginger
$ textlint --rule textlint-rule-ginger some-text-to-proofread.txt
$ textlint --rule textlint-rule-ginger text-to-proofread.txt
```
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