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

corifeus-utils

Package Overview
Dependencies
Maintainers
1
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corifeus-utils - npm Package Compare versions

Comparing version 2024.4.108 to 2024.4.109

4

package.json
{
"name": "corifeus-utils",
"version": "2024.4.108",
"version": "2024.4.109",
"corifeus": {

@@ -39,3 +39,3 @@ "icon": "far fa-lightbulb",

"devDependencies": {
"corifeus-builder": "^2024.4.106",
"corifeus-builder": "^2024.4.108",
"istanbul": "^0.4.5"

@@ -42,0 +42,0 @@ },

@@ -10,3 +10,3 @@ [//]: #@corifeus-header

---
# ❤️ Corifeus Utils v2024.4.108
# ❤️ Corifeus Utils v2024.4.109

@@ -131,3 +131,3 @@

[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2024.4.108
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2024.4.109

@@ -134,0 +134,0 @@ [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

module.exports.getVersion = async ({ pkg }) => {
const result = await require('./child-process').exec(`snapcraft status ${pkg.name}`)
let snapVersion = result.stdout.split('\n')[1].trim().split(/\s+/)
snapVersion = snapVersion[snapVersion.length - 3]
snapVersion = snapVersion[snapVersion.length - 2]
return snapVersion
}
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