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.0.1 to 0.0.2

7

CHANGELOG.md
# @web/dev-server-esbuild
## 0.0.2
### Patch Changes
- bffc09b: fix package json main
## 0.0.1
### Patch Changes
- 52803c0: add esbuild plugin

1

dist/esbuildPlugin.js

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

sourcefile: filePath,
sourcemap: 'inline',
target: (_a = args.target) !== null && _a !== void 0 ? _a : 'esnext',

@@ -75,0 +76,0 @@ jsxFactory: args.jsxFactory,

6

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

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

"homepage": "https://github.com/modernweb-dev/web/tree/master/packages/dev-server-esbuild",
"main": "dist/index.js",
"main": "dist/esbuildPlugin.js",
"engines": {

@@ -24,3 +24,3 @@ "node": ">=10.0.0"

"start:demo:ts": "es-dev-server --config demo/ts/server.config.js",
"test": "echo 'this package has no tests yet'"
"test:ci": "echo 'this package has no tests yet'"
},

@@ -27,0 +27,0 @@ "files": [

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