loglevelnext
Advanced tools
Comparing version 3.0.1 to 4.0.1
@@ -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') { |
{ | ||
"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" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
9
0
33274
319