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

@diplodoc/sentenizer

Package Overview
Dependencies
Maintainers
9
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diplodoc/sentenizer - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

lib/index.js

@@ -69,3 +69,3 @@ var __defProp = Object.defineProperty;

var fstChars = (width = WINDOW_WIDTH) => {
const fstCharsPattern = `^.{0,${width}}`;
const fstCharsPattern = `^[\\s\\S]{0,${width}}`;
const fstCharsFlags = "gmu";

@@ -72,0 +72,0 @@ const fstCharsRegExp = new RegExp(fstCharsPattern, fstCharsFlags);

{
"name": "@diplodoc/sentenizer",
"version": "0.0.0",
"version": "0.0.1",
"description": "text segmentation into sentences",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/diplodoc-platform/sentenizer",

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