Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

astro-crank

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-crank

Use Crank components within Astro

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

Astro Crank

An integration for Crank in Astro

Installation

npm i astro-crank

Add the integration to astro.config.mjs.

import {defineConfig} from "astro/config";
import crank from "astro-crank";

export default defineConfig({
  // ...
  integrations: [crank()],
});

Keywords

astro

FAQs

Package last updated on 12 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts