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

@zhennann/markdown

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zhennann/markdown - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -101,3 +101,3 @@ const markdown_it = require('markdown-it');

function loadAplayer(callback){
if(APlayer) return callback();
if(window.APlayer) return callback();
loadLink('https://cdnjs.cloudflare.com/ajax/libs/aplayer/1.10.1/APlayer.min.css',function(){

@@ -120,3 +120,3 @@ loadScript('https://cdnjs.cloudflare.com/ajax/libs/aplayer/1.10.1/APlayer.min.js', function() {

}
new APlayer(options);
new window.APlayer(options);
});

@@ -123,0 +123,0 @@ </script>

{
"name": "@zhennann/markdown",
"version": "1.0.2",
"version": "1.0.3",
"description": "markdown",

@@ -5,0 +5,0 @@ "main": "index.js",

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