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

@inox-tools/astro-when

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inox-tools/astro-when - npm Package Compare versions

Comparing version 0.2.3-inline-md.0 to 0.2.3

3

dist/index.js

@@ -69,2 +69,5 @@ import { defineIntegration, addVitePlugin } from 'astro-integration-kit';

}
},
"astro:build:done": () => {
delete globalThis[key];
}

@@ -71,0 +74,0 @@ }

11

package.json
{
"name": "@inox-tools/astro-when",
"version": "0.2.3-inline-md.0",
"version": "0.2.3",
"description": "Integration that informs when in Astro's lifecycle the code is running",

@@ -31,8 +31,12 @@ "keywords": [

"devDependencies": {
"@inox-tools/astro-tests": "",
"@types/debug": "^4.1.12",
"@types/node": "^22.5.4",
"@vitest/ui": "^2.0.5",
"astro": "^4.15.3",
"jest-extended": "^4.0.2",
"tsup": "8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"vite": "^5.4.3",
"vitest": "^2.0.5"
},

@@ -46,4 +50,5 @@ "peerDependencies": {

"prepublish": "pnpm run build",
"test": "echo 'No tests'"
"test": "vitest run",
"test:dev": "vitest"
}
}

@@ -81,4 +81,7 @@ import { defineIntegration, addVitePlugin } from 'astro-integration-kit';

},
'astro:build:done': () => {
delete (globalThis as any)[key];
},
},
}),
});

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