Comparing version 1.0.1 to 1.1.0
@@ -9,3 +9,4 @@ 'use strict' | ||
ERROR: 50, | ||
FATAL: 60 | ||
FATAL: 60, | ||
SILENT: Infinity | ||
} | ||
@@ -12,0 +13,0 @@ const DEFAULT_LEVEL = 'INFO' |
{ | ||
"name": "apheleia", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "fast and simplistic logger.", | ||
@@ -8,3 +8,4 @@ "main": "lib/Apheleia.js", | ||
"unit": "ava test/*Test.js", | ||
"test": "npm run lint && npm run unit", | ||
"unit:types": "tsc --project ./types/tsconfig.json --noEmit", | ||
"test": "npm run lint && npm run unit && npm run unit:types", | ||
"lint": "standard DateFormatter.js lib/* test/* benchmark/*.js", | ||
@@ -18,3 +19,3 @@ "coveralls": "nyc npm test", | ||
"dependencies": { | ||
"fast-date-format": "^2.2.2", | ||
"fast-date-format": "^2.2.4", | ||
"json-escaping": "^1.0.1" | ||
@@ -30,3 +31,4 @@ }, | ||
"request": "^2.88.0", | ||
"standard": "^14.0.0" | ||
"standard": "^14.0.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -48,4 +50,4 @@ "keywords": [ | ||
"lib", | ||
"types.d.ts" | ||
"types/types.d.ts" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17628
501
0
6
Updatedfast-date-format@^2.2.4