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

@lagon/astro

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lagon/astro - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

CHANGELOG.md
# @lagon/astro
## 0.0.3
### Patch Changes
- [#129](https://github.com/lagonapp/lagon/pull/129) [`fd69b71`](https://github.com/lagonapp/lagon/commit/fd69b718de6aef0e437a092a5b58871baee78b66) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Don't bundle astro
## 0.0.2

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

2

dist/index.js

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

import "./chunk-V2VUO6WC.js";
// src/index.ts

@@ -4,0 +2,0 @@ import esbuild from "esbuild";

{
"name": "@lagon/astro",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"scripts": {
"watch": "tsup src/index.ts src/server.ts --format=esm --watch",
"build": "tsup src/index.ts src/server.ts --format=esm ",
"watch": "tsup src/index.ts src/server.ts --format=esm --external astro --watch",
"build": "tsup src/index.ts src/server.ts --format=esm --external astro",
"lint": "eslint --cache --ignore-pattern dist .",

@@ -23,0 +23,0 @@ "typecheck": "tsc --noEmit"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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