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

esbuild-plugin-svg

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-svg - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

readme.md

32

package.json
{
"name": "esbuild-plugin-svg",
"version": "0.0.0",
"repository": "nativew/esbuild-plugin-svg",
"author": "Antoine Boulanger (https://github.com/antoineboulanger)",
"license": "ISC"
"name": "esbuild-plugin-svg",
"version": "0.1.0",
"description": "Svg files import plugin for esbuild.",
"repository": "nativew/esbuild-plugin-svg",
"author": "Antoine Boulanger (https://github.com/antoineboulanger)",
"license": "ISC",
"exports": "./src/index.js",
"main": "src/index.js",
"type": "module",
"scripts": {
"format": "prettier --write --ignore-unknown '**/*'"
},
"dependencies": {
"svgo": "^2.2.2"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"files": [
"src"
],
"keywords": [
"svg",
"svgo",
"esbuild",
"esbuild-plugin"
]
}
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