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

inv-loggers

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inv-loggers - npm Package Compare versions

Comparing version 3.3.8 to 3.3.9

2

inv-loggers.js

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

const chalk = require('chalk')
const chalk = require('tiny-chalk')
const { grey } = chalk

@@ -3,0 +3,0 @@ const { inspect } = require('util')

{
"name": "inv-loggers",
"version": "3.3.8",
"version": "3.3.9",
"description": "loggers and partial loggers",

@@ -8,4 +8,3 @@ "main": "inv-loggers.js",

"test": "mocha",
"lint": "standard",
"prepublish": "npm run lint && npm test"
"prepublish": "npm test"
},

@@ -22,8 +21,7 @@ "keywords": [

"dependencies": {
"chalk": "^1.1.3"
"tiny-chalk": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.5.3",
"should": "^9.0.0",
"standard": "^11.0.1"
"mocha": "^6.2.2",
"should": "^13.2.3"
},

@@ -40,12 +38,3 @@ "repository": {

"test": "test"
},
"standard": {
"ignore": [
"dist"
],
"globals": [
"it",
"describe"
]
}
}

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