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

nextjs-server-modules

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextjs-server-modules - npm Package Compare versions

Comparing version 1.5.9 to 1.5.10

2

nsm/scripts/generate-routes.js

@@ -38,3 +38,3 @@ const glob = require("glob-promise")

// Fixes race condition on MAC
await new Promise(resolve => setTimeout(resolve, 1))
await new Promise(resolve => setTimeout(resolve, 10))
await fs.writeFile(outFilePath, outFileContent)

@@ -41,0 +41,0 @@ }

{
"name": "nextjs-server-modules",
"version": "1.5.9",
"version": "1.5.10",
"main": "bin.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:hello-seam/nextjs-server-modules.git",

@@ -80,1 +80,5 @@ # NextJS Server Modules

optimization.
### Why is my module bigger?
We base64 code static files.
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