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.2.0 to 1.2.1

dist/index.browser.jsx

6

package.json
{
"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",

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