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
111
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 0.1.2 to 0.1.3

README.md

6

CHANGELOG.md
# @astrojs/node
## 0.1.3
### Patch Changes
- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
## 0.1.2

@@ -4,0 +10,0 @@

2

dist/server.js

@@ -0,3 +1,3 @@

import { polyfill } from "@astrojs/webapi";
import { NodeApp } from "astro/app/node";
import { polyfill } from "@astrojs/webapi";
polyfill(globalThis, {

@@ -4,0 +4,0 @@ exclude: "window document"

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

@@ -25,4 +25,4 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"astro": "1.0.0-beta.33",
"astro-scripts": "0.0.4"
"astro": "1.0.0-beta.60",
"astro-scripts": "0.0.6"
},

@@ -29,0 +29,0 @@ "scripts": {

@@ -0,6 +1,6 @@

import { polyfill } from '@astrojs/webapi';
import type { SSRManifest } from 'astro';
import { NodeApp } from 'astro/app/node';
import type { IncomingMessage, ServerResponse } from 'http';
import type { Readable } from 'stream';
import { NodeApp } from 'astro/app/node';
import { polyfill } from '@astrojs/webapi';

@@ -7,0 +7,0 @@ polyfill(globalThis, {

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