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

solid-markdown

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-markdown - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

17

dist/index.d.ts

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

import { Component } from "solid-js";
import { PluggableList } from "unified";
import { Options as TransformOptions } from "./ast-to-solid";
import { Options as FilterOptions } from "./rehype-filter";
declare type CoreOptions = {
children: string;
};
declare type PluginOptions = {
remarkPlugins: PluggableList;
rehypePlugins: PluggableList;
};
declare type LayoutOptions = {
class: string;
};
declare type ReactMarkdownOptions = CoreOptions & PluginOptions & LayoutOptions & FilterOptions & TransformOptions;
declare const SolidMarkdown: Component<Partial<ReactMarkdownOptions>>;
import SolidMarkdown from "./solid-markdown";
export default SolidMarkdown;
{
"name": "solid-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"types": "dist/index.d.ts",
"sideEffects": "false",
"sideEffects": false,
"homepage": "https://github.com/andi23rosca/solid-markdown",

@@ -30,3 +30,8 @@ "bugs": {

"devDependencies": {
"typescript": "^4.5.0-dev.20211010"
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"acorn-jsx": "^5.3.2",
"rollup": "^2.58.0",
"typescript": "^4.4.3"
},

@@ -33,0 +38,0 @@ "peerDependencies": {

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