
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
xhidebinder
Advanced tools
This is a funny code
将数据编码成由 0x00 和 0x20 两个字符串组成的字符串/Buffer/blob
Make data to string/buf/array by both 0x00 and 0x20
本库采用LiveScript编写(支持es5)
Module write by LiveScript
支持浏览器&Nodejs
Supports browsers and Nodejs
编码并写入文件 Encode & write to file
const { xb } = require( "XhideBinder" ),
{ writeFileSync } = require( "fs" )
writeFileSync( "test.txt", xb.encode( "hello,world" ) )
解码文件 Decode from file
const { xb } = require( "XhideBinder" ),
{ readFileSync } = require( "fs" )
console.log(
xb.decode( readFileSync( "test.txt" ) )
)
编码成数组 Encode to array
const { xb } = require( "XhideBinder" ),
{ writeFileSync } = require( "fs" )
console.log( xb.encode( "hello,world", true ) )
FAQs
A data code by both 0x00 and 0x20
We found that xhidebinder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.