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

magicpen

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magicpen - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

4

lib/MagicPen.js

@@ -442,3 +442,5 @@ /*global window*/

MagicPen.prototype.clone = function (format) {
this.ensureCompatibleFormat(format);
if (!this.isEmpty()) {
this.ensureCompatibleFormat(format);
}

@@ -445,0 +447,0 @@ function MagicPenClone() {}

@@ -782,3 +782,5 @@ /*!

MagicPen.prototype.clone = function (format) {
this.ensureCompatibleFormat(format);
if (!this.isEmpty()) {
this.ensureCompatibleFormat(format);
}

@@ -785,0 +787,0 @@ function MagicPenClone() {}

{
"name": "magicpen",
"version": "5.4.0",
"version": "5.5.0",
"description": "Styled output in both consoles and browsers",

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

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