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

@astrojs/deno

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/deno - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

CHANGELOG.md
# @astrojs/node
## 0.1.6
### Patch Changes
- [#3673](https://github.com/withastro/astro/pull/3673) [`ba5ad785`](https://github.com/withastro/astro/commit/ba5ad7855c4252e10e76b41b88fd4c74b4b7295b) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix react dependencies to improve test reliability
## 0.1.5

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

4

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

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

"devDependencies": {
"astro": "1.0.0-beta.42",
"astro": "1.0.0-beta.51",
"astro-scripts": "0.0.4"

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

@@ -8,4 +8,6 @@ {

"@astrojs/deno": "workspace:*",
"@astrojs/react": "workspace:*"
"@astrojs/react": "workspace:*",
"react": "^18.1.0",
"react-dom": "^18.1.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