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.0
to
2.0.1-beta.0
+14
-3
.github/workflows/release.yml
name: Release to public npm
run-name: "Release (${{ inputs.bump }})"
run-name: "Release (${{ inputs.bump }}${{ inputs.preid && format('-{0}', inputs.preid) || '' }})"
on:

@@ -15,2 +14,12 @@ workflow_dispatch:

- major
- prerelease
preid:
description: Pre-release identifier
required: false
type: string
tag:
description: npm dist-tag
required: false
default: 'latest'
type: string
permissions:

@@ -21,6 +30,8 @@ contents: write

release:
uses: mafintosh/actions/.github/workflows/public-publish.yml@review
uses: mafintosh/actions/.github/workflows/public-publish.yml@main
with:
bump: ${{ inputs.bump }}
preid: ${{ inputs.preid }}
tag: ${{ inputs.tag }}
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+1
-1
{
"name": "@mafintosh/ci-testing",
"version": "2.0.0",
"version": "2.0.1-beta.0",
"description": "hello",

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