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

@magnetarjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/utils - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

7

dist/index.js

@@ -0,1 +1,2 @@

"use strict";
var __defProp = Object.defineProperty;

@@ -46,3 +47,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

const action = payload === void 0 ? [`${actionName}()`] : [`${actionName}(`, payload, `)`];
console.info(`%c\u{1F4AB} ${message}`, "background: #0e0f15; color: #af98e6; border-radius: 4px; padding: 6px 10px;", ...action);
console.info(
`%c\u{1F4AB} ${message}`,
"background: #0e0f15; color: #af98e6; border-radius: 4px; padding: 6px 10px;",
...action
);
};

@@ -49,0 +54,0 @@ // Annotate the CommonJS export names for ESM import in node:

2

package.json
{
"name": "@magnetarjs/utils",
"version": "0.6.0",
"version": "0.6.1",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "Magnetar utils like a logger for easier development",

Sorry, the diff of this file is not supported yet

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