You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ntes-js-obfuscation

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntes-js-obfuscation

JavaScript Obfuscation Base on Netase Project SDK

0.4.1
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

NTES JavaScript Obfuscation"

JavaScript Obfuscation Base on NetEase Project SDK.

Get Started

Init

const obf = new Obfuscation({ appKey: '<APP_KEY>' })

Obfuscate

const result = await obf.obfuscate(`const abc = '12323';console.log(abc)`)

console.log(result)

FAQs

Package last updated on 17 May 2023

Did you know?

Socket

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.

Install

Related posts