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

loglevel-plugin-prefix

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loglevel-plugin-prefix - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

package.json

@@ -27,3 +27,3 @@ {

"license": "MIT",
"version": "0.8.2",
"version": "0.8.3",
"main": "./lib/loglevel-plugin-prefix",

@@ -30,0 +30,0 @@ "scripts": {

@@ -130,3 +130,3 @@ # loglevel-plugin-prefix

const log = require('loglevel');
const prefix = require('../lib/loglevel-plugin-prefix');
const prefix = require('loglevel-plugin-prefix');

@@ -173,3 +173,3 @@ prefix.reg(log);

const log = require('loglevel');
const prefix = require('../lib/loglevel-plugin-prefix');
const prefix = require('loglevel-plugin-prefix');

@@ -176,0 +176,0 @@ prefix.reg(log);

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