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

esbuild-plugin-browserslist

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugin-browserslist - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

30

package.json
{
"name": "esbuild-plugin-browserslist",
"description": "Configure esbuild's target based on a browserslist query",
"version": "0.5.0",
"version": "0.5.1",
"author": "Nihal Gonsalves <nihal@nihalgonsalves.com>",

@@ -35,27 +35,27 @@ "repository": {

"peerDependencies": {
"browserslist": "^4.21.3",
"esbuild": "~0.15.5"
"browserslist": "^4.21.4",
"esbuild": "~0.15.10"
},
"dependencies": {
"debug": "^4.3.4",
"zod": "^3.18.0"
"zod": "^3.19.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@nihalgonsalves/esconfig": "^0.2.1",
"@types/debug": "^4.1.7",
"@types/jest": "^28.1.7",
"@types/node": "16",
"browserslist": "^4.21.3",
"esbuild": "~0.15.5",
"eslint": "^8.22.0",
"eslint-plugin-jest": "^26.8.7",
"@types/jest": "^29.1.2",
"@types/node": "18",
"browserslist": "^4.21.4",
"esbuild": "~0.15.10",
"eslint": "^8.25.0",
"eslint-plugin-jest": "^27.1.1",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
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