Comparing version 0.0.3 to 0.0.4
@@ -5,3 +5,3 @@ { | ||
}, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"bundleDependencies": [], | ||
@@ -28,14 +28,11 @@ "dependencies": { | ||
"javascript", | ||
"synchronous", | ||
"objects", | ||
"promises", | ||
"mocha" | ||
], | ||
"homepage": "https://github.com/jman717/file-obj-queue", | ||
"homepage": "https://github.com/jman717/log", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jman717/file-obj-queue.git" | ||
"url": "git+https://github.com/jman717/log.git" | ||
}, | ||
"deprecated": false, | ||
"description": "Logging", | ||
"description": "Logging to console with eventual log4js-tagline support.", | ||
"email": "jrman@risebroadband.net", | ||
@@ -42,0 +39,0 @@ "license": "MIT", |
@@ -1,2 +0,23 @@ | ||
# log | ||
[![npm Package](https://img.shields.io/npm/v/log.svg)](https://www.npmjs.org/package/log) | ||
[![License](https://img.shields.io/npm/l/log.svg)](https://github.com/jman717/log/blob/master/LICENSE) | ||
[![CodeQL](https://github.com/jman717/log/actions/workflows/github-actions-demo.yml/badge.svg)](https://github.com/jman717/log/actions/workflows/github-actions-demo.yml) | ||
[![Node.js CI](https://github.com/jman717/log/actions/workflows/node.js.yml/badge.svg)](https://github.com/jman717/log/actions/workflows/node.js.yml) | ||
[![NPM](https://nodei.co/npm/log.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/log/) | ||
Logging mainly to console and log4js-tagline, but can certainly be used for generic logging. | ||
Mocha Test | ||
--------- | ||
``` | ||
npm test | ||
``` | ||
General Setup Test | ||
--------- | ||
``` | ||
npm run test_logs | ||
``` |
Sorry, the diff of this file is not supported yet
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
11345
23