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

jsx-md

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-md - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"name": "jsx-md",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate markdown files with a React-like syntax.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint src/**/*.ts src/**/*.tsx examples/**/*.tsx",
"test": "jest"
"test": "jest && pkg-ok"
},

@@ -14,2 +15,5 @@ "engines": {

},
"files": [
"lib"
],
"keywords": [

@@ -34,2 +38,3 @@ "Markdown",

"jest": "^26.4.2",
"pkg-ok": "^2.3.1",
"prettier": "^2.1.0",

@@ -36,0 +41,0 @@ "rimraf": "^3.0.2",

@@ -6,3 +6,3 @@ # jsx-md

[![open issues](https://img.shields.io/github/issues-raw/dbartholomae/jsx-md.svg)](https://github.com/dbartholomae/jsx-md/issues)
[![build status](https://github.com/dbartholomae/jsx-md/workflows/.github/workflows/build.yml/badge.svg?branch=main)](https://github.com/dbartholomae/jsx-md/actions?query=workflow%3A.github%2Fworkflows%2Fbuild.yml)
[![build status](https://github.com/dbartholomae/jsx-md/workflows/Build%20and%20deploy/badge.svg?branch=main)](https://github.com/dbartholomae/jsx-md/actions?query=workflow%3A"Build+and+deploy")
[![codecov](https://codecov.io/gh/dbartholomae/jsx-md/branch/main/graph/badge.svg)](https://codecov.io/gh/dbartholomae/jsx-md)

@@ -9,0 +9,0 @@ [![dependency status](https://david-dm.org/dbartholomae/jsx-md.svg?theme=shields.io)](https://david-dm.org/dbartholomae/jsx-md)

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