Socket
Socket
Sign inDemoInstall

@web/dev-server-esbuild

Package Overview
Dependencies
Maintainers
7
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/dev-server-esbuild - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

6

CHANGELOG.md
# @web/dev-server-esbuild
## 0.2.11
### Patch Changes
- 87705b04: pass `esbuildconfig.define` to esbuild transform function
## 0.2.10

@@ -4,0 +10,0 @@

1

dist/EsbuildPlugin.js

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

jsxFragment: this.esbuildConfig.jsxFragment,
define: this.esbuildConfig.define,
});

@@ -135,0 +136,0 @@ if (warnings) {

6

package.json
{
"name": "@web/dev-server-esbuild",
"version": "0.2.10",
"version": "0.2.11",
"publishConfig": {

@@ -55,3 +55,3 @@ "access": "public"

"@web/dev-server-core": "^0.3.2",
"esbuild": "^0.8.27",
"esbuild": "^0.8.28",
"parse5": "^6.0.1",

@@ -64,4 +64,4 @@ "ua-parser-js": "^0.7.23"

"node-fetch": "3.0.0-beta.9",
"preact": "^10.5.7"
"preact": "^10.5.9"
}
}

@@ -188,2 +188,3 @@ import {

jsxFragment: this.esbuildConfig.jsxFragment,
define: this.esbuildConfig.define,
});

@@ -190,0 +191,0 @@

Sorry, the diff of this file is not supported yet

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