New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.7.3

15

showdown/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for Showdown 1.7.2
// Type definitions for Showdown 1.7.3
// Project: https://github.com/coreyti/showdown
// Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>
// Definitions by: cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -365,2 +365,8 @@

}
/**
* Helper Interface
*/
interface Helper {
replaceRecursiveRegExp(...args: any[]): string;
}

@@ -371,2 +377,7 @@ /** Constructor function for a Converter */

/**
* Showdown helper
*/
var helper: Helper;
/**
* Setting a "global" option affects all instances of showdown

@@ -373,0 +384,0 @@ */

9

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

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "tan9"
},
{
"name": "Ariel-Saldana",
"url": "https://github.com/arielsaldana",
"githubUsername": "arielsaldana"
}

@@ -26,4 +31,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "583cd4b1efc64c528a400c9502b16afd9a9b35dc093a9f10501d7a69cf1c7e8c",
"typesPublisherContentHash": "816c0592a4ba733871073ab986ad3f18804e601f4f6185ef2e5fd2b8bdbaf060",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 13 Nov 2017 22:32:37 GMT
* Last updated: Fri, 09 Mar 2018 00:40:02 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: showdown

# Credits
These definitions were written by cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>.
These definitions were written by cbowdon <https://github.com/cbowdon>, Pei-Tang Huang <https://github.com/tan9>, Ariel-Saldana <https://github.com/arielsaldana>.
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