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

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 2.0.1 to 2.0.2

3

CHANGELOG.md
# Changelog
## v2.0.2
Исправлена ошибка в методе `.dictionary.load()`.
## v2.0.1

@@ -4,0 +7,0 @@ Правки в README.md.

4

lib/dictionary.js

@@ -20,5 +20,5 @@ 'use strict';

load(filename, callback) {
const text = fs.readFile(filename, (err, data) => {
fs.readFile(filename, 'utf8', (err, data) => {
if (!err) {
this.set(text);
this.set(data);
}

@@ -25,0 +25,0 @@

{
"name": "eyo-kernel",
"description": "Restoring the letter «ё» (yo) in russian texts",
"version": "2.0.1",
"version": "2.0.2",
"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