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

ci-logger

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-logger - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

5

.gitlab/gitlab-releaser.json

@@ -15,3 +15,8 @@ {

"milestones": [ "${CI_COMMIT_TAG}" ]
},
"releases": {
"3.0.3": {
"milestones": [""]
}
}
}
# Changelog
## v3.0.3 (2021-02-21)
### Fixed
- Updated to latest dependencies, including resolving vulnerabilities
## v3.0.2 (2020-11-25)

@@ -4,0 +10,0 @@

@@ -17,2 +17,3 @@ 'use strict';

* @readonly
* @static
* @enum {string}

@@ -66,2 +67,3 @@ */

*
* @static
* @param {object} settings An object containing any valid log entry settings.

@@ -82,2 +84,4 @@ * @param {levels} [settings.level] The log level.

* Resets the log entry defaults to the original values.
*
* @static
*/

@@ -92,2 +96,3 @@ const resetLogEntryDefaults = () => {

*
* @static
* @param {object} entry An object with log entry.

@@ -137,2 +142,3 @@ * @param {string} entry.message The message to be logged.

*
* @static
* @param {object} entry An object with log entry.

@@ -139,0 +145,0 @@ * @param {string} entry.message The message to be logged.

16

package.json
{
"name": "ci-logger",
"version": "3.0.2",
"version": "3.0.3",
"description": "Very simple logger for CI environments.",

@@ -33,12 +33,12 @@ "main": "index.js",

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^6.1.0",
"eslint": "^7.14.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^30.7.8",
"@aarongoldenthal/eslint-config-standard": "^6.1.4",
"eslint": "^7.20.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsdoc": "^32.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^4.3.0",
"eslint-plugin-sonarjs": "^0.6.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"markdownlint-cli": "^0.25.0"
"markdownlint-cli": "^0.26.0"
},

@@ -45,0 +45,0 @@ "jest": {

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