New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@imtbl/core-sdk

Package Overview
Dependencies
Maintainers
12
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imtbl/core-sdk - npm Package Compare versions

Comparing version 0.2.1-alpha.1 to 0.2.1

2

package.json
{
"name": "@imtbl/core-sdk",
"version": "0.2.1-alpha.1",
"version": "0.2.1",
"description": "Immutable Core SDK",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -324,11 +324,21 @@ <div align="center">

When PR is ready for review, the submitter should run:
## Release Process
`yarn release [patch | major | minor]`
### Main Release
- Choose release type (patch|minor|major)
- Choose yes to use changelog and package.json
- Add a tag if required - this step can be skipped by replying `no`
- Push to remote by using yes
1. Merge your changes
2. Check and update your local main branch
3. Run `yarn release`
- Choose release type (patch|minor|major)
- Choose `yes` to use changelog and `package.json`
- Add a tag if required - this step can be skipped by replying `no`
- Push to remote by using `yes`
### Alpha Release
1. Go to https://github.com/immutable/imx-core-sdk/actions/workflows/publish.yaml and find the "Run workflow" button on the left.
2. Click the button and select the branch from dropdown.
3. Add a tag that is greater than last published main tag and append with `-alpha.x`. The `x` is the version for this particular alpha release. For example, if the last published is `1.2.0`, use `1.2.1-alpha.1` or `1.3.0-alpha.1` depending on type of your changes.
4. Click "run workflow" button. This will trigger a "NPM Publish" action for alpha release 🎉
## Getting Help

@@ -335,0 +345,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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