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

@web/dev-server

Package Overview
Dependencies
Maintainers
7
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/dev-server - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

6

CHANGELOG.md
# @web/dev-server
## 0.0.24
### Patch Changes
- 28890a0: update to latest esbuild
## 0.0.23

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

14

package.json
{
"name": "@web/dev-server",
"version": "0.0.23",
"version": "0.0.24",
"publishConfig": {

@@ -21,2 +21,8 @@ "access": "public"

},
"exports": {
".": {
"import": "./index.mjs",
"require": "./dist/index.js"
}
},
"engines": {

@@ -72,9 +78,3 @@ "node": ">=10.0.0"

"puppeteer": "^5.2.1"
},
"exports": {
".": {
"import": "./index.mjs",
"require": "./dist/index.js"
}
}
}
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