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

loglevelnext

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loglevelnext - npm Package Compare versions

Comparing version 3.0.1 to 4.0.1

5

lib/factory/MethodFactory.js

@@ -95,7 +95,2 @@ /*

make(methodName) {
if (methodName === 'debug') {
// eslint-disable-next-line no-param-reassign
methodName = 'log';
}
/* eslint-disable no-console */

@@ -102,0 +97,0 @@ if (typeof console[methodName] !== 'undefined') {

28

package.json
{
"name": "loglevelnext",
"version": "3.0.1",
"version": "4.0.1",
"description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
"license": "MPL",
"license": "MPL-2.0",
"repository": "shellscape/loglevelnext",

@@ -11,3 +11,3 @@ "author": "Andrew Powell <andrew@shellscape.org>",

"engines": {
"node": ">= 6.14.4"
"node": ">= 8.16.0"
},

@@ -33,14 +33,11 @@ "scripts": {

"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"ava": "^1.3.1",
"chalk": "^2.3.0",
"eslint": "^5.15.1",
"eslint-config-shellscape": "^2.0.2",
"eslint-plugin-import": "^2.8.0",
"lint-staged": "^8.1.0",
"nyc": "^14.1.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"ava": "^2.4.0",
"chalk": "^4.0.0",
"eslint-config-shellscape": "^2.1.0",
"lint-staged": "^10.1.3",
"nyc": "^15.0.1",
"pre-commit": "^1.2.2",
"sinon": "^7.2.3",
"standard-version": "^5.0.1"
"sinon": "^7.2.3"
},

@@ -69,6 +66,5 @@ "types": "types/index.d.ts",

"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]
}
}
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