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

@types/showdown

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/showdown - npm Package Compare versions

Comparing version 1.7.5 to 1.9.0

10

showdown/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Showdown 1.7.3
// Type definitions for Showdown 1.9.0
// Project: https://github.com/coreyti/showdown

@@ -298,2 +298,10 @@ // Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana>

/**
* Converts an HTML string into a markdown string
*
* @param src The input text (HTML)
* @returns The output markdown
*/
makeMarkdown(src: string): string;
/**
* Setting a "local" option only affects the specified Converter object.

@@ -300,0 +308,0 @@ *

5

showdown/package.json
{
"name": "@types/showdown",
"version": "1.7.5",
"version": "1.9.0",
"description": "TypeScript definitions for Showdown",

@@ -24,2 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -31,4 +32,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "57dcc8950f720ba516196e8e4cf122aeb0d72bbde911b71028d527568eba618a",
"typesPublisherContentHash": "be4bc83ffa3c4296476622bb94b05b888f796bf81f407f5db591a394130c4d29",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 27 Jun 2018 18:10:43 GMT
* Last updated: Tue, 18 Dec 2018 23:36:04 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: showdown

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