New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.2 to 1.0.3

.codeclimate.json

6

CHANGELOG.md
# Changelog
## v1.0.3 (2019-11-24)
### Fixed
- Updated to latest dependencies to resolve vulnerabilities
## v1.0.2 (2019-11-17)

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

9

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

@@ -11,3 +11,4 @@ "main": "index.js",

"lint-js": "eslint **/*.js",
"lint": "npm run lint-md && npm run lint-js"
"lint": "npm run lint-md && npm run lint-js",
"push": "npm run lint && npm audit && npm test"
},

@@ -30,4 +31,4 @@ "repository": {

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^1.2.1",
"eslint": "^6.5.1",
"@aarongoldenthal/eslint-config-standard": "^2.0.0",
"eslint": "^6.7.0",
"eslint-plugin-jest": "^23.0.4",

@@ -34,0 +35,0 @@ "jest": "^24.9.0",

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