solid-markdown
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19428
13
442
6