Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

html-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-obfuscator - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

bin/html-obfuscator

36

package.json
{
"name": "html-obfuscator",
"version": "1.0.2",
"description": "Simple HTML obfuscator, that makes html files harder to understand.",
"main": "main.js",
"version": "2.0.0",
"description": "Extremely simple HTML obfuscator.",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"html-obfuscator": "./bin/html-obfuscator"
},
"scripts": {
"test": "node main"
"test": "uvu test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrozio13pl/html-obfuscator.git"
},
"repository": "mrozio13pl/html-obfuscator",
"author": "mrozio13pl",
"license": "MIT",
"files": [
"bin",
"index.js",
"index.d.ts"
],
"keywords": [

@@ -19,11 +27,9 @@ "html",

"web",
"code",
"site"
],
"author": "mrozio13pl",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrozio13pl/html-obfuscator/issues"
},
"homepage": "https://github.com/mrozio13pl/html-obfuscator#readme"
"devDependencies": {
"@mrozio/eslint-config": "^1.0.4",
"eslint": "^8.57.0",
"uvu": "^0.5.6"
}
}
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