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

mfe-proxy-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mfe-proxy-server

# how to make a release

next
latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

mfe-proxy-server

how to make a release

https://www.npmjs.com/package/standard-version > https://docs.npmjs.com/cli/v7/using-npm/semver#prerelease-tags

in dev

next

  • npx standard-version --no-verify
  • git push --follow-tags origin dev
  • npm run build
  • npm publish --tag next

alpha

  • npx standard-version --prerelease alpha --no-verify
  • git push --follow-tags origin dev
  • npm run build
  • npm publish --tag alpha

in master

  • npx standard-version --no-verify
  • git push --follow-tags origin master
  • npm run build
  • npm publish

FAQs

Package last updated on 26 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts