New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-server

Package Overview
Dependencies
Maintainers
55
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-server - npm Package Compare versions

Comparing version 9.0.4-canary.7 to 9.0.4-canary.8

2

dist/server/serve-static.js

@@ -7,4 +7,2 @@ "use strict";

const send_1 = __importDefault(require("send"));
// since send doesn't support wasm yet
send_1.default.mime.define({ 'application/wasm': ['wasm'] });
function serveStatic(req, res, path) {

@@ -11,0 +9,0 @@ return new Promise((resolve, reject) => {

6

package.json
{
"name": "next-server",
"version": "9.0.4-canary.7",
"version": "9.0.4-canary.8",
"main": "./index.js",

@@ -53,3 +53,3 @@ "license": "MIT",

"react-is": "16.8.6",
"send": "0.16.1",
"send": "0.17.1",
"styled-jsx": "3.2.1",

@@ -77,3 +77,3 @@ "url": "0.11.0"

},
"gitHead": "b2b5ece322745e2edf56ef3535c3c6fd2788e456"
"gitHead": "8c26a08c9e161e3ad4e40101c31d2cf599fa39de"
}
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