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

akkeris

Package Overview
Dependencies
Maintainers
4
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akkeris - npm Package Compare versions

Comparing version 2.4.21 to 2.4.22

2

package.json
{
"name": "akkeris",
"version": "2.4.21",
"version": "2.4.22",
"description": "Akkeris CLI",

@@ -5,0 +5,0 @@ "main": "aka.js",

@@ -13,3 +13,3 @@ "use strict"

].filter(x => x && x !== '').map((x) => x.toString().replace(/\n/g, ' '));
return `**• v${release.version}**\t${appkit.terminal.friendly_date(new Date(release.created_at))}\t${info.join(' - ')}`
return `**• ${release.version ? 'v' + release.version : 'N/A'}**\t${appkit.terminal.friendly_date(new Date(release.created_at))}\t${info.join(' - ')}`
} else if (release.source_blob) {

@@ -16,0 +16,0 @@ let info = [

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