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.6 to 3.3.7

inv-loggers.js

22

package.json
{
"name": "inv-loggers",
"version": "3.3.6",
"version": "3.3.7",
"description": "loggers and partial loggers",
"main": "./build/inv-loggers.js",
"main": "inv-loggers.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"build": "coffee -o build -c src",
"prepublish": "npm build && npm test"
"test": "mocha",
"lint": "standard",
"prepublish": "npm run lint && npm test"
},

@@ -25,3 +25,4 @@ "keywords": [

"mocha": "^2.5.3",
"should": "^9.0.0"
"should": "^9.0.0",
"standard": "^11.0.1"
},

@@ -38,3 +39,12 @@ "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