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

wanakana

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wanakana - npm Package Compare versions

Comparing version 3.1.0-rc.1 to 3.1.0-rc.2

2

constants.js
'use strict';
exports.__esModule = true;
const VERSION = exports.VERSION = '3.1.0-beta.1';
const VERSION = exports.VERSION = '3.1.0-rc.2';

@@ -6,0 +6,0 @@ const TO_KANA_METHODS = exports.TO_KANA_METHODS = {

@@ -1,2 +0,2 @@

export const VERSION = '3.1.0-beta.1';
export const VERSION = '3.1.0-rc.2';

@@ -3,0 +3,0 @@ export const TO_KANA_METHODS = {

@@ -38,5 +38,3 @@ import isJapanese from '../isJapanese';

// push later on event loop (otherwise mid-text insertion can be 1 char too far to the right)
// tail.length
// ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) :
target.setSelectionRange(newCursor, newCursor);
tail.length ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : target.setSelectionRange(newCursor, newCursor);
} else {

@@ -43,0 +41,0 @@ prevInput = target.value;

{
"name": "wanakana",
"version": "3.1.0-rc.1",
"version": "3.1.0-rc.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "homepage": "http://www.wanakana.com",

@@ -59,5 +59,3 @@ 'use strict';

// push later on event loop (otherwise mid-text insertion can be 1 char too far to the right)
// tail.length
// ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) :
target.setSelectionRange(newCursor, newCursor);
tail.length ? setTimeout(() => target.setSelectionRange(newCursor, newCursor), 1) : target.setSelectionRange(newCursor, newCursor);
} else {

@@ -64,0 +62,0 @@ prevInput = target.value;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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