New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

parse-latin

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-latin - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

12

package.json
{
"name": "parse-latin",
"version": "0.4.1",
"version": "0.4.2",
"description": "Latin-script (natural language) parser",

@@ -15,3 +15,3 @@ "license": "MIT",

"dependencies": {
"array-iterate": "^0.0.1",
"array-iterate": "^0.1.0",
"nlcst-to-string": "^0.1.0"

@@ -27,3 +27,3 @@ },

"diff": "^1.0.0",
"eslint": "^0.9.0",
"eslint": "^0.10.0",
"istanbul": "^0.3.0",

@@ -41,5 +41,4 @@ "jscs": "^1.0.0",

"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test/index.js",
"lint": "npm run lint-api && npm run lint-plugin && npm run lint-script && npm run lint-test && npm run lint-benchmark && npm run lint-style",
"lint-api": "node_modules/.bin/eslint index.js lib/*.js",
"lint-plugin": "node_modules/.bin/eslint index.js lib/plugin/*.js --rule 'consistent-return: false'",
"lint-plugin": "node_modules/.bin/eslint lib/plugin/*.js --rule 'consistent-return: false'",
"lint-test": "node_modules/.bin/eslint test/index.js --env mocha",

@@ -49,6 +48,7 @@ "lint-benchmark": "node_modules/.bin/eslint benchmark.js --global suite,set,bench",

"lint-style": "node_modules/.bin/jscs {script,test,.}/*.js lib/plugin/*.js lib/{modifier,parse-latin,parser,plugin,tokenizer}.js --reporter=inline",
"lint": "npm run lint-api && npm run lint-plugin && npm run lint-script && npm run lint-test && npm run lint-benchmark && npm run lint-style",
"make": "npm run lint && npm run coverage",
"benchmark": "node_modules/.bin/matcha benchmark.js",
"fixture": "node script/generate-fixture",
"build-expressions": "node script/build-expressions",
"fixture": "node script/generate-fixture",
"build": "npm run build-expressions",

@@ -55,0 +55,0 @@ "prepublish": "npm run build"

@@ -146,5 +146,5 @@ # parse-latin [![Build Status](https://img.shields.io/travis/wooorm/parse-latin.svg?style=flat)](https://travis-ci.org/wooorm/parse-latin) [![Coverage Status](https://img.shields.io/coveralls/wooorm/parse-latin.svg?style=flat)](https://coveralls.io/r/wooorm/parse-latin?branch=master)

latin.parse(document);
2,485 op/s » A paragraph (5 sentences, 100 words)
318 op/s » A section (10 paragraphs)
27 op/s » An article (10 sections)
2,001 op/s » A paragraph (5 sentences, 100 words)
235 op/s » A section (10 paragraphs)
22 op/s » An article (10 sections)
2 op/s » A (large) book (10 articles)

@@ -163,2 +163,2 @@ ```

MIT © Titus Wormer
MIT © [Titus Wormer](http://wooorm.com)
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