eyo-kernel
Advanced tools
Comparing version 2.5.1 to 2.5.2
# Changelog | ||
## v2.5.2 | ||
Обновлены зависимости в package.json. | ||
## v2.5.1 | ||
@@ -4,0 +7,0 @@ Слово «лён» перенесено в небезопасный словарь. |
{ | ||
"name": "eyo-kernel", | ||
"description": "Restoring the letter «ё» (yo) in russian texts", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"author": { | ||
"name": "Denis Seleznev", | ||
"email": "hcodes@yandex.ru", | ||
"url": "https://github.com/hcodes/eyo-kernel" | ||
"url": "https://github.com/e2yo/eyo-kernel" | ||
}, | ||
"main": "lib/eyo.js", | ||
"homepage": "https://github.com/hcodes/eyo-kernel", | ||
"homepage": "https://github.com/e2yo/eyo-kernel", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/hcodes/eyo-kernel.git" | ||
"url": "git://github.com/e2yo/eyo-kernel.git" | ||
}, | ||
@@ -37,4 +37,4 @@ "keywords": [ | ||
"eslint": "^5.13.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0" | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.0" | ||
}, | ||
@@ -45,5 +45,5 @@ "scripts": { | ||
"eslint": "eslint .", | ||
"unit-test": "./node_modules/.bin/mocha -u bdd -R spec --recursive test", | ||
"unit-test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u bdd -R spec --recursive test" | ||
"unit-test": "mocha", | ||
"unit-test-coverage": "nyc mocha" | ||
} | ||
} |
@@ -5,6 +5,6 @@ Восстановление буквы «ё» в русских текстах | ||
[![NPM downloads](https://img.shields.io/npm/dm/eyo-kernel.svg?style=flat)](https://www.npmjs.com/package/eyo-kernel) | ||
[![Build Status](https://img.shields.io/travis/hcodes/eyo-kernel.svg?style=flat)](https://travis-ci.org/hcodes/eyo-kernel) | ||
[![Build Status](https://img.shields.io/travis/e2yo/eyo-kernel.svg?style=flat)](https://travis-ci.org/e2yo/eyo-kernel) | ||
[![Build Status](https://img.shields.io/appveyor/ci/hcodes/eyo-kernel/master.svg?style=flat)](https://ci.appveyor.com/project/hcodes/eyo-kernel) | ||
[![Coverage Status](https://img.shields.io/coveralls/hcodes/eyo-kernel.svg?style=flat)](https://coveralls.io/r/hcodes/eyo-kernel) | ||
[![Dependency Status](https://img.shields.io/david/hcodes/eyo-kernel.svg?style=flat)](https://david-dm.org/hcodes/eyo-kernel) | ||
[![Coverage Status](https://img.shields.io/coveralls/e2yo/eyo-kernel.svg?style=flat)](https://coveralls.io/r/e2yo/eyo-kernel) | ||
[![Dependency Status](https://img.shields.io/david/e2yo/eyo-kernel.svg?style=flat)](https://david-dm.org/e2yo/eyo-kernel) | ||
@@ -67,3 +67,3 @@ Частичное портирование [php-yoficator](https://code.google.com/p/php-yoficator/). | ||
## [Консольная утилита](https://github.com/hcodes/eyo) | ||
## [Консольная утилита](https://github.com/e2yo/eyo) | ||
@@ -74,4 +74,4 @@ ## Eyo в Yaspeller | ||
## Ссылки | ||
+ [Веб-интерфейс для восстановления буквы «ё»](https://hcodes.github.io/eyo-browser/) | ||
+ [Консольная утилита](https://github.com/hcodes/eyo) | ||
+ [Веб-интерфейс для восстановления буквы «ё»](https://e2yo.github.io/eyo-browser/) | ||
+ [Консольная утилита](https://github.com/e2yo/eyo) | ||
+ [http://ru.wikipedia.org/wiki/Ёфикатор](https://ru.wikipedia.org/wiki/%D0%81%D1%84%D0%B8%D0%BA%D0%B0%D1%82%D0%BE%D1%80) | ||
@@ -78,0 +78,0 @@ + [Про букву ё](http://www.gramota.ru/class/istiny/istiny_7_jo/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
118514
0