You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

text-encode

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

text-encode - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+2
-2
package.json
{
"name": "text-encode",
"version": "1.0.1",
"version": "1.0.2",
"description": "自动识别文本文件的编码及BOM处理,读取实际文件内容,并支持以相同格式保存回去",

@@ -32,4 +32,4 @@ "main": "textEncode.js",

"dependencies": {
"iconv-lite": "^0.6.2"
"iconv-lite": ">0.4"
}
}