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.5 to 0.1.6

6

CHANGELOG.md
# @astrojs/node
## 0.1.6
### Patch Changes
- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes
## 0.1.5

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

6

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

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

"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/node/",
"exports": {

@@ -29,3 +29,3 @@ ".": "./dist/index.js",

"devDependencies": {
"astro": "1.0.0-beta.65",
"astro": "1.0.0-beta.69",
"astro-scripts": "0.0.6"

@@ -32,0 +32,0 @@ },

@@ -9,3 +9,2 @@ # @astrojs/node 🔲

- <strong>[Configuration](#configuration)</strong>
- <strong>[Examples](#examples)</strong>
- <strong>[Troubleshooting](#troubleshooting)</strong>

@@ -27,2 +26,3 @@ - <strong>[Contributing](#contributing)</strong>

First, install the `@astrojs/node` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
```sh

@@ -34,3 +34,3 @@ npm install @astrojs/node

__astro.config.mjs__
__`astro.config.mjs`__

@@ -102,6 +102,8 @@ ```js

## Examples
## Troubleshooting
For help, check out the `#support-threads` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help!
You can also check our [Astro Integration Documentation][astro-integration] for more on integrations.
## Contributing

@@ -113,2 +115,4 @@

See [CHANGELOG.md](CHANGELOG.md) for a history of changes to this integration.
[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/

Sorry, the diff of this file is not supported yet

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