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

@substrate/dev

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/dev

JS/TS development environment configuration and dependencies for @substrate projects.

  • 0.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
increased by21.69%
Maintainers
0
Weekly downloads
 
Created
Source

@substrate/dev

JS/TS development environment configuration and dependencies for @substrate projects.

Release && Publishing

NPM prerequisites: You must be a member of the @substrate NPM org and must belong to the developers team within the org. (Please make sure you have 2FA enabled.)

  1. Create a branch 'name-v0-5-0'.

  2. Manually update the changelog with the commits leading up to the current release.

  3. Update the version inside of the package.json (NOTE: Very important for NPM).

  4. Send a PR up and merge into main/master.

    • example commit: git commit -m 'chore(release): 0.5.0'
  5. Pull main/master down and follow the commands below.

$ yarn npm login
$ yarn npm publish
  1. Setup the git tags with the following commands
$ git tag v0.5.0
$ git push origin v0.5.0
  1. Create a release from the new tag on GitHub.com.

FAQs

Package last updated on 24 Oct 2024

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

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