Socket
Socket
Sign inDemoInstall

get-east-asian-width

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-east-asian-width - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

20

lookup.js

@@ -240,4 +240,6 @@ // Generated code.

|| x === 0x2615
|| x >= 0x2630 && x <= 0x2637
|| x >= 0x2648 && x <= 0x2653
|| x === 0x267F
|| x >= 0x268A && x <= 0x268F
|| x === 0x2693

@@ -283,7 +285,6 @@ || x === 0x26A1

|| x >= 0x3131 && x <= 0x318E
|| x >= 0x3190 && x <= 0x31E3
|| x >= 0x3190 && x <= 0x31E5
|| x >= 0x31EF && x <= 0x321E
|| x >= 0x3220 && x <= 0x3247
|| x >= 0x3250 && x <= 0x4DBF
|| x >= 0x4E00 && x <= 0xA48C
|| x >= 0x3250 && x <= 0xA48C
|| x >= 0xA490 && x <= 0xA4C6

@@ -302,3 +303,3 @@ || x >= 0xA960 && x <= 0xA97C

|| x >= 0x18800 && x <= 0x18CD5
|| x >= 0x18D00 && x <= 0x18D08
|| x >= 0x18CFF && x <= 0x18D08
|| x >= 0x1AFF0 && x <= 0x1AFF3

@@ -314,2 +315,4 @@ || x >= 0x1AFF5 && x <= 0x1AFFB

|| x >= 0x1B170 && x <= 0x1B2FB
|| x >= 0x1D300 && x <= 0x1D356
|| x >= 0x1D360 && x <= 0x1D376
|| x === 0x1F004

@@ -358,7 +361,6 @@ || x === 0x1F0CF

|| x >= 0x1FA70 && x <= 0x1FA7C
|| x >= 0x1FA80 && x <= 0x1FA88
|| x >= 0x1FA90 && x <= 0x1FABD
|| x >= 0x1FABF && x <= 0x1FAC5
|| x >= 0x1FACE && x <= 0x1FADB
|| x >= 0x1FAE0 && x <= 0x1FAE8
|| x >= 0x1FA80 && x <= 0x1FA89
|| x >= 0x1FA8F && x <= 0x1FAC6
|| x >= 0x1FACE && x <= 0x1FADC
|| x >= 0x1FADF && x <= 0x1FAE9
|| x >= 0x1FAF0 && x <= 0x1FAF8

@@ -365,0 +367,0 @@ || x >= 0x20000 && x <= 0x2FFFD

{
"name": "get-east-asian-width",
"version": "1.2.0",
"version": "1.3.0",
"description": "Determine the East Asian Width of a Unicode character",

@@ -18,2 +18,3 @@ "license": "MIT",

},
"sideEffects": false,
"engines": {

@@ -20,0 +21,0 @@ "node": ">=18"

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