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

ezal

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

ezal - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

index.d.ts

@@ -343,3 +343,3 @@ // Type definitions for Ezal 0.0.3

*/
export function setMarkedExtension(markedExtensions: import('marked').marked.TokenizerAndRendererExtension[]):void
export function setMarkedExtension(markedExtensions: import('marked').marked.MarkedExtension):void
}
{
"name": "ezal",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/main.js",

@@ -36,6 +36,4 @@ type Page = import('./page').Page;

};
ezalModule.setMarkedExtension = function(markedExtensions: marked.TokenizerAndRendererExtension[]){
marked.use({
extensions: markedExtensions,
});
ezalModule.setMarkedExtension = function(markedExtensions: marked.MarkedExtension){
marked.use(markedExtensions);
};

@@ -42,0 +40,0 @@ ezalModule.render.markdown = function(source: string){

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