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

6

CHANGELOG.md
# @lagon/astro
## 0.0.4
### Patch Changes
- [#240](https://github.com/lagonapp/lagon/pull/240) [`8727bc6`](https://github.com/lagonapp/lagon/commit/8727bc64b98f280eb54e4d94ea1c309c13663b59) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Remove extra process.argv shim
## 0.0.3

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

8

dist/index.js

@@ -6,5 +6,2 @@ // src/index.ts

import { fileURLToPath } from "url";
var SHIM = `globalThis.process = {
argv: [],
};`;
function getAdapter(args) {

@@ -63,6 +60,3 @@ return {

bundle: true,
external: ["@astrojs/markdown-remark"],
banner: {
js: SHIM
}
external: ["@astrojs/markdown-remark"]
});

@@ -69,0 +63,0 @@ try {

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,6 +12,2 @@ import type { AstroAdapter, AstroIntegration } from 'astro';

const SHIM = `globalThis.process = {
argv: [],
};`;
export function getAdapter(args?: Options): AstroAdapter {

@@ -75,5 +71,2 @@ return {

external: ['@astrojs/markdown-remark'],
banner: {
js: SHIM,
},
});

@@ -80,0 +73,0 @@

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