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

magicpen

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

4

magicpen.js

@@ -57,3 +57,2 @@ (function (global, factory) {

function Serializer(styles) {
var that = this;
forEach(requireStyles, function (style) {

@@ -89,3 +88,2 @@ if (!styles[style]) {

Serializer.prototype.serializeEntry = function (entry) {
var that = this;
if (entry.style in this.styles) {

@@ -292,4 +290,2 @@ return this.styles[entry.style].apply(this.styles, entry.args);

var that = this;
extend(this, defaults, {

@@ -296,0 +292,0 @@ indentationLevel: 0,

2

package.json
{
"name": "magicpen",
"version": "0.0.3",
"version": "0.0.4",
"description": "Styled output in both consoles and browsers",

@@ -5,0 +5,0 @@ "main": "magicpen.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