Socket
Socket
Sign inDemoInstall

eyo-kernel

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eyo-kernel - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

CHANGELOG.md
# Changelog
## v1.0.7
Исправлена ошибка в расстановке буквы «ё» в двухбуквенных словах. @nickkolok #4
## v1.0.6

@@ -4,0 +7,0 @@ Исправлена ошибка в расстановке буквы «ё» в словах, в конце предложения, перед переносом строки.

2

lib/eyo.js

@@ -6,3 +6,3 @@ // jshint maxlen:1024

punctuation = '[{}()[\\]|<>=\\_"\'«»„“#$^%&*+-:;.,?!]',
re = new RegExp('([А-ЯЁа-яё])[а-яё]{2,}(?![а-яё]|\\.[ \u00A0\t]+([а-яё]|[А-ЯЁ]{2}|' + punctuation + ')|\\.' + punctuation + ')', 'g'),
re = new RegExp('([А-ЯЁа-яё])[а-яё]{1,}(?![а-яё]|\\.[ \u00A0\t]+([а-яё]|[А-ЯЁ]{2}|' + punctuation + ')|\\.' + punctuation + ')', 'g'),
tableSafe = {},

@@ -9,0 +9,0 @@ tableNotSafe = {},

{
"name": "eyo-kernel",
"description": "Restoring the letter «ё» (yo) in russian texts",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Denis Seleznev",

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