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.3 to 0.1.4

.turbo/turbo-build.log

6

CHANGELOG.md
# @astrojs/node
## 0.1.4
### Patch Changes
- [#3817](https://github.com/withastro/astro/pull/3817) [`2f56664f`](https://github.com/withastro/astro/commit/2f56664f85596c6268ecb44bbb9c36cca2ea49c5) Thanks [@ran-dall](https://github.com/ran-dall)! - Fix example on `README.md`
## 0.1.3

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

4

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

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

"devDependencies": {
"astro": "1.0.0-beta.60",
"astro": "1.0.0-beta.64",
"astro-scripts": "0.0.6"

@@ -28,0 +28,0 @@ },

@@ -36,3 +36,3 @@ # @astrojs/node 🔲

import { defineConfig } from 'astro/config';
import deno from '@astrojs/node';
import node from '@astrojs/node';

@@ -39,0 +39,0 @@ export default defineConfig({

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