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.0 to 0.4.1

8

lib/plugin/break-implicit-sentences.js

@@ -8,7 +8,7 @@ 'use strict';

var nlcstToString,
plugin,
modifier,
expressions;
nlcstToString = require('nlcst-to-string');
plugin = require('../plugin');
modifier = require('../modifier');
expressions = require('../expressions');

@@ -68,2 +68,4 @@

});
return index + 1;
}

@@ -76,2 +78,2 @@ }

module.exports = plugin(breakImplicitSentences);
module.exports = modifier(breakImplicitSentences);
{
"name": "parse-latin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Latin-script (natural language) parser",

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

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