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
50
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.1.1-canary.52 to 8.1.1-canary.53

4

dist/server/render.js

@@ -261,3 +261,5 @@ "use strict";

];
const dynamicImportsIds = dynamicImports.map(bundle => bundle.id);
const dynamicImportsIds = [
...new Set(dynamicImports.map(bundle => bundle.id)),
];
const amphtml = amp_1.isAmp(ampMode);

@@ -264,0 +266,0 @@ const hasAmp = !amphtml && ampMode.enabled;

{
"name": "next-server",
"version": "8.1.1-canary.52",
"version": "8.1.1-canary.53",
"main": "./index.js",

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

},
"gitHead": "feb31f4de7899b44c0aa0596e4cae4899d7d56fc"
"gitHead": "1cad7e8e6a6fcc1ff9e6780553a7765b3183e194"
}
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