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

cf-common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-common - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

analysis-utils.js

@@ -50,3 +50,4 @@ var crypto = require('crypto');

var buildHash = hash.digest('hex');
var buildHash = hash.digest('hex').replace(/-/g, '_').toLowerCase();
var repo = (repoOwner + '/' + repoName).replace(/-/g, '_').toLowerCase();

@@ -57,3 +58,4 @@ return {

hash: buildHash,
imageName: (repoOwner + '/' + repoName + ':' + buildHash).replace(/-/g, '_').toLowerCase()
repo: repo,
imageName: repo + ':' + buildHash
};

@@ -60,0 +62,0 @@ });

{
"name": "cf-common",
"version": "0.0.2",
"version": "0.0.3",
"description": "common modules for codefresh runtime and api",

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

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