New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@mafintosh/ci-testing

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mafintosh/ci-testing - npm Package Compare versions

Comparing version
2.0.1-beta.0
to
2.0.1
+22
.github/workflows/publish.yml
name: Publish
on:
pull_request:
types: [closed]
branches:
- main
jobs:
approve-release:
if: "${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release: ') }}"
runs-on: ubuntu-latest
environment: release
steps:
- run: echo "Approved"
publish:
needs: approve-release
if: "${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release: ') }}"
permissions:
contents: write
id-token: write
uses: mafintosh/actions/.github/workflows/auto-publish.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+1
-1
{
"name": "@mafintosh/ci-testing",
"version": "2.0.1-beta.0",
"version": "2.0.1",
"description": "hello",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/mafintosh/ci-testing#readme",

@@ -1,1 +0,1 @@

hello
hello world