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

@astrojs/node

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/node - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

4

dist/index.js

@@ -38,3 +38,5 @@ function getAdapter(options) {

if (config.output === "static") {
console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`);
console.warn(
`[@astrojs/node] \`output: "server"\` or \`output: "hybrid"\` is required to use this adapter.`
);
}

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

{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "5.1.3",
"version": "5.1.4",
"type": "module",

@@ -26,2 +26,5 @@ "types": "./dist/index.d.ts",

},
"files": [
"dist"
],
"dependencies": {

@@ -33,3 +36,3 @@ "@astrojs/webapi": "^2.1.1",

"peerDependencies": {
"astro": "^2.4.5"
"astro": "^2.5.0"
},

@@ -44,3 +47,3 @@ "devDependencies": {

"undici": "^5.22.0",
"astro": "2.4.5",
"astro": "2.5.0",
"astro-scripts": "0.0.14"

@@ -47,0 +50,0 @@ },

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