solid-markdown
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "solid-markdown", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Render Markdown as Solid JS components", | ||
@@ -39,2 +39,3 @@ "keywords": [ | ||
"main": "dist/index.jsx", | ||
"browser": "dist/index.browser.jsx", | ||
"types": "dist/index.d.ts", | ||
@@ -47,3 +48,4 @@ "type": "module", | ||
"scripts": { | ||
"build": "esbuild lib/index.tsx --bundle --outfile=dist/index.jsx --jsx=preserve --external:solid-js --format=esm && tsc" | ||
"build": "esbuild lib/index.tsx --bundle --outfile=dist/index.browser.jsx --jsx=preserve --external:solid-js --format=esm && tsc", | ||
"build-node": "esbuild lib/index.tsx --bundle --platform=node --outfile=dist/index.jsx --jsx=preserve --external:solid-js --format=esm && tsc" | ||
}, | ||
@@ -50,0 +52,0 @@ "license": "MIT", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
236870