![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
一个让你的代码变得不可读的库。
出于某些原因,你会希望你的代码变得不可读,所以你会用到它的。
js
,ts
,cjs
,mjs
pnpm add -D funnycode
package.json
{
"scripts":{
"funnycode":"funnycode"
}
}
在根目录新建一个.funnycode
文件,并在里面直接输入你要设置的 key
tip: 记得将 .funnycode 添加到 .gitignore 中
如果你不想添加文件,你可以通过对应的命令输入 key
funnycode -k <你的key>
或者
funnycode -key <你的key>
module.exports = {
// 文件夹 会处理文件内所有js,ts,cjs,mjs文件
entry: ["./src"],
};
module.exports = {
// 处理单个文件
entry: ["./src/index.js"],
};
module.exports = {
// 也可以这样 请确保后缀是js文件
entry: ["./src/**/*.{js,ts,cjs,mjs}"],
};
如果你配置了.funnycode
和funnycode.config
pnpm funnycode encode
如果你配置了.funnycode
pnpm funnycode encode ./src
如果你配置funnycode.config
pnpm funnycode encode -k <你的key>
如果你没有任何配置
pnpm funnycode encode ./src -k <你的key>
同上,只需要把encode
改成decode
模板来自于 starter-ts
FAQs
obfuscation {js,ts,cjs,mjs} code
The npm package funnycode receives a total of 0 weekly downloads. As such, funnycode popularity was classified as not popular.
We found that funnycode 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.