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.1.0 to 2.2.0

3

CHANGELOG.md
# Changelog
## v2.2.0
Метод `lint` стал возвращать поле `index` — позицию символа в строке.
## v2.1.0

@@ -4,0 +7,0 @@ - Сжатый формат словарей. Теперь безопасный словарь, сжатый GZIP, занимает менее 100 КБ.

3

lib/eyo.js

@@ -86,3 +86,4 @@ 'use strict';

line: buf.length,
column: buf[buf.length - 1].length + 1
column: buf[buf.length - 1].length + 1,
index
};

@@ -89,0 +90,0 @@ }

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