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
25
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 8.0.0-canary.3 to 8.0.0-canary.4

2

dist/lib/head.js

@@ -105,5 +105,5 @@ "use strict";

Head.propTypes = exact({
children: prop_types_1.default.oneOfType([prop_types_1.default.element, prop_types_1.default.arrayOf(prop_types_1.default.element)]).isRequired
children: prop_types_1.default.node.isRequired
});
}
exports.default = side_effect_1.default(reduceComponents, onStateChange, mapOnServer)(Head);

@@ -191,3 +191,3 @@ "use strict";

if (this.nextConfig.poweredByHeader) {
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.3");
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.4");
}

@@ -194,0 +194,0 @@ return this.sendHTML(req, res, html);

{
"name": "next-server",
"version": "8.0.0-canary.3",
"version": "8.0.0-canary.4",
"main": "./index.js",

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

},
"gitHead": "a9f71e449d4b38d69ddd8b4d0a30ebb944f3cbde"
"gitHead": "2a9b7337154ac269d60f1613381bc1344a360d84"
}
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