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

@web/dev-server-esbuild

Package Overview
Dependencies
Maintainers
6
Versions
65
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.1.1 to 0.1.2

6

CHANGELOG.md
# @web/dev-server-esbuild
## 0.1.2
### Patch Changes
- 339722c: don't compile class fields when transforming ts
## 0.1.1

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

3

dist/esbuildPlugin.js

@@ -83,3 +83,4 @@ "use strict";

target,
strict: ['class-fields'],
// use strict class fields when not compiling TS
strict: ['ts', 'tsx'].includes(loader) ? [] : ['class-fields'],
jsxFactory: args.jsxFactory,

@@ -86,0 +87,0 @@ jsxFragment: args.jsxFragment,

{
"name": "@web/dev-server-esbuild",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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