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

@jcayzac/astro-rehype-frontmatter-reading-stats

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcayzac/astro-rehype-frontmatter-reading-stats - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/index.mjs.map

8

dist/index.d.ts

@@ -1,5 +0,7 @@

import type * as hast from 'hast';
import type * as unified from 'unified';
import * as hast from 'hast';
import * as unified from 'unified';
type Plugin<PluginParameters extends any[] = any[]> = unified.Plugin<PluginParameters, hast.Root>;
declare const main: Plugin;
export default main;
export { main as default };
{
"name": "@jcayzac/astro-rehype-frontmatter-reading-stats",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "Adds reading time and word count to the frontmatter of markdown/mdx files.",

@@ -44,3 +44,3 @@ "author": "Julien Cayzac",

"scripts": {
"build": "pnpm exec mkdist --format=esm -d --ext=mjs --minify --target=esnext --cwd"
"build": "pnpm exec tsup"
},

@@ -47,0 +47,0 @@ "exports": {

@@ -73,2 +73,2 @@ # `@jcayzac/astro-rehype-frontmatter-reading-stats`

[GitHub Sponsors](https://github.com/sponsors/jcayzac) ・ [Revolut](https://revolut.me/julienswap) ・ [Wise](https://wise.com/pay/me/julienc375) ・ [Ko-Fi](https://ko-fi.com/jcayzac) ・ [PayPal](https://paypal.me/jcayzac)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub%20Sponsors-E30074?logo=github&logoColor=fff&style=for-the-badge)](https://github.com/sponsors/jcayzac) [![Revolut](https://img.shields.io/badge/Revolut-E30074?logo=revolut&logoColor=fff&style=for-the-badge)](https://revolut.me/julienswap) [![Wise](https://img.shields.io/badge/Wise-E30074?logo=wise&logoColor=fff&style=for-the-badge)](https://wise.com/pay/me/julienc375) [![Ko-Fi](https://img.shields.io/badge/Ko--Fi-E30074?logo=kofi&logoColor=fff&style=for-the-badge)](https://ko-fi.com/jcayzac) [![PayPal](https://img.shields.io/badge/PayPal-E30074?logo=paypal&logoColor=fff&style=for-the-badge)](https://paypal.me/jcayzac)

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