New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@beoe/rehype-gnuplot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beoe/rehype-gnuplot - npm Package Compare versions

Comparing version

to
0.2.0

@@ -0,1 +1,2 @@

import type { Plugin } from "unified";
import type { Root } from "hast";

@@ -13,3 +14,3 @@ /**

export type RehypeGnuplotConfig = {};
export declare const rehypeGnuplot: import("unified").Plugin<[(import("@beoe/rehype-code-hook-img").BasePluginOptions | undefined)?], Root>;
export declare const rehypeGnuplot: Plugin<[(import("@beoe/rehype-code-hook-img").BasePluginOptions | undefined)?], Root>;
export default rehypeGnuplot;
{
"name": "@beoe/rehype-gnuplot",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "rehype gnuplot plugin",

@@ -30,11 +30,11 @@ "keywords": [

"gnuplot-wasm": "^0.0.1",
"@beoe/rehype-code-hook": "0.0.2",
"@beoe/rehype-code-hook-img": "0.0.1"
"@beoe/rehype-code-hook": "0.1.0",
"@beoe/rehype-code-hook-img": "0.1.0"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"rehype-stringify": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
"remark-rehype": "^11.1.1",
"unified": "^11.0.5"
},

@@ -41,0 +41,0 @@ "scripts": {