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

@gigafied/log

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigafied/log - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

index.js

@@ -78,3 +78,3 @@ (function (root) {

log.apply(root.console, logArgs.concat(args))
for (i = 0; i < handlers.length; i++) handlers.apply(null, [level, namespace, msg].concat(args))
for (i = 0; i < handlers.length; i++) handlers[i].apply(null, [level, namespace, msg].concat(args))
}

@@ -81,0 +81,0 @@ }

{
"name": "@gigafied/log",
"version": "0.5.0",
"version": "0.6.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Browser Logging",

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