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

my-ci

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-ci - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

app/work-command.js

@@ -54,4 +54,5 @@ const { readWorkYML } = require("../utils");

let onlyReg = new RegExp(onlyStr);
let branchName = ref.replace('refs/heads/', '');
console.log(onlyReg, ref);
return onlyReg.test(ref);
return onlyReg.test(branchName);
}

@@ -58,0 +59,0 @@ })

{
"name": "my-ci",
"version": "1.1.4",
"version": "1.1.5",
"description": "",

@@ -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