Socket
Socket
Sign inDemoInstall

@semrel-extra/npm

Package Overview
Dependencies
0
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @semrel-extra/npm

Drop-in-repl for @semantic-release/npm plugin to handle `npm-whoami` throttling issue for monorepos


Version published
Weekly downloads
16K
decreased by-23.59%
Maintainers
3
Install size
4.47 kB
Created
Weekly downloads
 

Changelog

Source

1.2.2 (2022-04-18)

Bug Fixes

  • if first pkg is private it does not persist npmrc (952f58e)

Readme

Source

@semrel-extra/npm

Drop-in-repl for standard npm plugin to handle npm-whoami throttling issue for monorepos: semantic-release/npm/issues/414

CI Maintainability Test Coverage

Install

npm i -D @semrel-extra/npm

Usage

@semrel-extra/npm is just a wrapper, so it inherits the API contract of @semantic-release/npm. Follow its docs:

StepDescription
verifyConditionsVerify the presence of the NPM_TOKEN environment variable, or an .npmrc file, and verify the authentication method is valid.
prepareUpdate the package.json version and create the npm package tarball.
addChannelAdd a release to a dist-tag.
publishPublish the npm package to the registry.
{
  "plugins": [
    "@semantic-release/commit-analyzer",
    ["@semrel-extra/npm", {
      ...
    }],
    ["@semantic-release/git", {
      "assets": ["package.json", "npm-shrinkwrap.json"]
    }]
  ]
}

License

MIT

Keywords

FAQs

Last updated on 18 Apr 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc