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.4 to 3.0.5

10

CHANGELOG.md
# Changelog
## v3.0.5 (2021-05-09)
### Fixed
- Updated to latest dependencies, including resolving vulnerabilities
### Miscellaneous
- Optimize published package to only include the minimum required files (#21)
## v3.0.4 (2021-03-14)

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

40

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

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

],
"author": "Aaron Goldenthal",
"author": "Aaron Goldenthal <npm@aarongoldenthal.com>",
"license": "MIT",

@@ -29,2 +29,5 @@ "engines": {

},
"files": [
"index.js"
],
"bugs": {

@@ -35,5 +38,4 @@ "url": "https://gitlab.com/gitlab-ci-utils/ci-logger/issues"

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^6.2.0",
"eslint": "^7.22.0",
"husky": "^4.3.8",
"@aarongoldenthal/eslint-config-standard": "^7.0.2",
"eslint": "^7.26.0",
"jest": "^26.6.3",

@@ -43,31 +45,5 @@ "jest-junit": "^12.0.0",

},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.js",
"!**/coverage/**"
],
"reporters": [
"default",
[
"jest-junit",
{
"suiteNameTemplate": "{filename}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
}
]
],
"verbose": true,
"testEnvironment": "node"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run push"
}
},
"dependencies": {
"@sindresorhus/is": "^4.0.0"
"@sindresorhus/is": "^4.0.1"
}
}
license

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