![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.
fis-optimizer-js-obfuscator
Advanced tools
javascript-obfuscator的fis插件。
npm i -g fis-optimizer-js-obfuscator
在项目配置文件(默认fis-conf.js)配置
fis.match('your/js/path', {
optimizer: fis.plugin('js-obfuscator', option)
})
option
是javascript-obfuscator的配置,也可以使用fis-optimizer-js-obfuscator
内置的配置,如:
fis.match('your/js/path', {
optimizer: fis.plugin('js-obfuscator', {obfuscatorLeval: 'high'})
});
fis.match('your/js/path', {
optimizer: fis.plugin('js-obfuscator', {obfuscatorLeval: 'medium'})
});
fis.match('your/js/path', {
optimizer: fis.plugin('js-obfuscator', {obfuscatorLeval: 'low'})
});
high
、medium
、low
分别对应javascript-obfuscator的推荐配置
FAQs
JavaScript obfuscator for fis
The npm package fis-optimizer-js-obfuscator receives a total of 0 weekly downloads. As such, fis-optimizer-js-obfuscator popularity was classified as not popular.
We found that fis-optimizer-js-obfuscator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.