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 5.0.0 to 5.1.0

lib/assert.js

2

index.js

@@ -11,3 +11,3 @@ 'use strict';

const { assert } = require('@sindresorhus/is');
const assert = require('./lib/assert');

@@ -14,0 +14,0 @@ /**

{
"name": "ci-logger",
"version": "5.0.0",
"version": "5.1.0",
"description": "Very simple logger for CI environments.",

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

"index.js",
"index.d.ts"
"index.d.ts",
"lib/"
],

@@ -44,14 +45,11 @@ "bugs": {

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^14.0.0",
"eslint": "^8.17.0",
"jest": "^28.1.0",
"jest-junit": "^13.2.0",
"markdownlint-cli": "^0.31.1",
"prettier": "^2.6.2",
"tsd": "^0.20.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@sindresorhus/is": "^4.6.0"
"@aarongoldenthal/eslint-config-standard": "^16.0.1",
"eslint": "^8.23.0",
"jest": "^29.0.1",
"jest-junit": "^14.0.1",
"markdownlint-cli": "^0.32.2",
"prettier": "^2.7.1",
"tsd": "^0.22.0",
"typescript": "^4.8.2"
}
}
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