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

@spare/enum-chars

Package Overview
Dependencies
Maintainers
0
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spare/enum-chars - npm Package Compare versions

Comparing version

to
0.16.9

2

package.json
{
"name": "@spare/enum-chars",
"version": "0.16.8",
"version": "0.16.9",
"description": "Chars",

@@ -5,0 +5,0 @@ "type": "module",

@@ -32,4 +32,4 @@ ## @spare/enum-chars

]
for (let tx of list) {
console.log(`[${tx}] [length] (${tx.length}) [lange] (${lange(tx)})`)
for (let t of list) {
console.log(`[${t}] [length] (${t.length}) [lange] (${lange(t)})`)
}

@@ -36,0 +36,0 @@ ```