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

n-gram

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n-gram - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

18

package.json
{
"name": "n-gram",
"version": "1.1.0",
"version": "1.1.1",
"description": "Get n-grams from text",

@@ -18,5 +18,5 @@ "license": "MIT",

"bugs": "https://github.com/words/n-gram/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Matt Fletcher <mattflet@gmail.com>"

@@ -30,9 +30,9 @@ ],

"browserify": "^16.0.0",
"nyc": "^12.0.0",
"prettier": "^1.14.2",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"xo": "^0.22.0"
"tinyify": "^2.0.0",
"xo": "^0.24.0"
},

@@ -39,0 +39,0 @@ "scripts": {

@@ -1,3 +0,8 @@

# n-gram [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# n-gram
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
Get [n-grams][wiki] in JavaScript.

@@ -52,10 +57,18 @@

[travis-badge]: https://img.shields.io/travis/words/n-gram.svg
[build-badge]: https://img.shields.io/travis/words/n-gram.svg
[travis]: https://travis-ci.org/words/n-gram
[build]: https://travis-ci.org/words/n-gram
[codecov-badge]: https://img.shields.io/codecov/c/github/words/n-gram.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/words/n-gram.svg
[codecov]: https://codecov.io/github/words/n-gram
[coverage]: https://codecov.io/github/words/n-gram
[downloads-badge]: https://img.shields.io/npm/dm/n-gram.svg
[downloads]: https://www.npmjs.com/package/n-gram
[size-badge]: https://img.shields.io/bundlephobia/minzip/n-gram.svg
[size]: https://bundlephobia.com/result?p=n-gram
[npm]: https://docs.npmjs.com/cli/install

@@ -65,4 +78,4 @@

[author]: http://wooorm.com
[author]: https://wooorm.com
[wiki]: http://en.wikipedia.org/wiki/N-gram
[wiki]: https://en.wikipedia.org/wiki/N-gram
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