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

esbuild-plugin-browserslist

Package Overview
Dependencies
Maintainers
0
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.14.0 to 0.15.0

1

dist/util.js

@@ -10,3 +10,2 @@ "use strict";

const log = (msg) => {
// eslint-disable-next-line no-console
console.error(`[${exports.PLUGIN_NAME}] ${msg}`);

@@ -13,0 +12,0 @@ };

39

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

@@ -23,3 +23,3 @@ "repository": {

"test": "vitest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src/",
"lint": "eslint",
"format": "prettier . --write",

@@ -31,26 +31,29 @@ "format:check": "prettier . --check",

"browserslist": "^4.21.8",
"esbuild": "~0.23.0"
"esbuild": "~0.24.0"
},
"dependencies": {
"debug": "^4.3.5",
"debug": "^4.3.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nihalgonsalves/esconfig": "^0.9.18",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@nihalgonsalves/esconfig": "^0.10.9",
"@types/debug": "^4.1.12",
"@types/node": "18",
"@vitest/coverage-v8": "^2.0.1",
"@vitest/ui": "^2.0.1",
"browserslist": "^4.23.1",
"esbuild": "~0.23.0",
"eslint": "^8.57.0",
"eslint-plugin-vitest": "~0.4.1",
"lefthook": "^1.7.1",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"browserslist": "^4.24.0",
"esbuild": "~0.24.0",
"eslint": "^9.11.1",
"eslint-plugin-vitest": "^0.5.4",
"knip": "^5.30.6",
"lefthook": "^1.7.18",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vitest": "^2.1.1"
},
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}

Sorry, the diff of this file is not supported yet

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