New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esbuild-obfuscator-plugin

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-obfuscator-plugin - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2

dist/index.cjs

47

package.json
{
"name": "esbuild-obfuscator-plugin",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.2",
"description": "JavaScript obfuscator plugin for esbuild",
"author": "Shahrad Elahi <shahrad@litehex.com> (https://github.com/shahradelahi)",
"license": "MIT",
"repository": "github:shahradelahi/esbuild-obfuscator-plugin",
"homepage": "https://github.com/shahradelahi/esbuild-obfuscator-plugin",
"keywords": [
"esbuild",
"javascript",
"obfuscator",
"obfuscator-plugin"
],
"type": "module",
"main": "dist/index.js",
"types": "./dist",
"files": [
"/dist/**/*",
"/src/**/*",
"!**/*.test.*"
],
"packageManager": "pnpm@9.7.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsup",
"typecheck": "tsc --noEmit",
"format:check": "prettier --check .",
"format": "prettier --write .",
"prepublishOnly": "pnpm typecheck && pnpm format:check && pnpm build"
},
"keywords": [],
"author": "",
"license": "ISC"
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@sindresorhus/tsconfig": "^6.0.0",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.7.5",
"esbuild": "^0.24.0",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
},
"dependencies": {
"javascript-obfuscator": "^4.1.1",
"micromatch": "^4.0.8"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc