Socket
Socket
Sign inDemoInstall

remove-attr

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-attr - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

README.md

24

package.json
{
"name": "remove-attr",
"description": "A Vite plugin designed specifically for Vue.js projects that allows the removal of specified attributes in production builds. Useful for excluding attributes like 'data-testid' used in testing. Options include specific file extensions, attributes, ignored folders, and files.",
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"typings": ["./dist/remove-attributes.d.ts"],
"types": "./dist/remove-attributes.d.ts",
"files": [

@@ -21,4 +22,4 @@ "dist"

"build": "vite build && tsc --declaration --emitDeclarationOnly",
"preview": "vite preview",
"build-only": "vite build"
"build-only": "vite build",
"preview": "vite preview"
},

@@ -29,3 +30,16 @@ "devDependencies": {

"vite": "^4.3.2"
}
},
"keywords": [
"vite",
"vite-plugin",
"vue",
"vuejs",
"remove-attributes",
"html",
"build-tool",
"javascript",
"typescript",
"optimization",
"web-development"
]
}
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