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.5 to 4.0.0

10

CHANGELOG.md
# Changelog
## v4.0.0 (2021-06-01)
### Changed
- BREAKING: Deprecated support for Node 10 and 15 since end-of-life. Compatible with all current and LTS releases (`^12.20.0 || ^14.15.0 || >=16.0.0`). (#22)
### Fixed
- Updated to latest dependencies, including resolving vulnerabilities
## v3.0.5 (2021-05-09)

@@ -4,0 +14,0 @@

12

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

@@ -26,3 +26,3 @@ "main": "index.js",

"engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
"node": "^12.20.0 || ^14.15.0 || >=16.0.0"
},

@@ -37,6 +37,6 @@ "files": [

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^7.0.2",
"eslint": "^7.26.0",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"@aarongoldenthal/eslint-config-standard": "^8.0.0",
"eslint": "^7.27.0",
"jest": "^27.0.3",
"jest-junit": "^12.1.0",
"markdownlint-cli": "^0.27.1"

@@ -43,0 +43,0 @@ },

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