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

magicpen-media

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magicpen-media - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/magicPenMedia.js

@@ -91,7 +91,7 @@ /*global URL, Blob, btoa*/

}
this.text((matchDataUrl ? matchDataUrl[1] || 'text/plain' : media) + ' (' + (contentType || 'media') + ')');
} else {
// Uint8Array or Buffer
text = media.constructor.name + '(' + media.length + ')';
this.text(media.constructor.name + '[' + media.length + '] (' + (contentType || 'media') + ')');
}
this.text((contentType || 'media') + ':' + text);
}

@@ -98,0 +98,0 @@ });

{
"name": "magicpen-media",
"version": "1.3.0",
"version": "1.3.1",
"description": "Add media support to magicpen (images, audio, video)",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

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