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

html-md

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-md - npm Package Compare versions

Comparing version 3.0.2-alpha to 3.0.2-beta

man/doc.1

2

component.json
{
"name": "html-md",
"version": "3.0.2-alpha",
"version": "3.0.2-beta",
"main": "dist/md.min.js"
}

@@ -578,3 +578,3 @@ (function() {

md.version = md.VERSION = '3.0.2-alpha';
md.version = md.VERSION = '3.0.2-beta';

@@ -581,0 +581,0 @@ md.noConflict = function() {

{
"name": "html-md",
"description": "JavaScript library for converting HTML in to valid Markdown",
"version": "3.0.2-alpha",
"version": "3.0.2-beta",
"homepage": "http://neocotic.com/html.md",

@@ -45,3 +45,3 @@ "bugs": {

},
"man": "./man/htmlmd.1",
"man": "./man/doc.1",
"bin": {

@@ -48,0 +48,0 @@ "htmlmd": "./bin/htmlmd"

@@ -167,3 +167,3 @@ __ __ ___ __

``` javascript
console.log(md.version); // "3.0.2-alpha"
console.log(md.version); // "3.0.2-beta"
```

@@ -170,0 +170,0 @@

Sorry, the diff of this file is not supported yet

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