New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lazy-unicode

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-unicode - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

lazy-unicode.js

@@ -22,3 +22,5 @@ /* rebuild like so:

delete o[name]
var [start,length]=blocks[name]
var a=blocks[name]
,start=a[0]
,length=a[1]
o[name]=" ".repeat(length).split(" ").map((x,i)=>String.fromCodePoint(start+i)).join("")

@@ -25,0 +27,0 @@ return o[name]

{
"name": "lazy-unicode",
"version": "1.0.5",
"version": "1.0.6",
"description": "Access to all 128,172 unicode characters by block in < 8kb",

@@ -299,3 +299,3 @@ "main": "lazy-unicode.js",

],
"author": "jnvm",
"author": "Joη <j@nvm.io> (http://nvm.io)",
"license": "MIT",

@@ -302,0 +302,0 @@ "bugs": {

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