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

neru-alpha

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neru-alpha

## Git

  • 3.3.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
171
increased by67.65%
Maintainers
2
Weekly downloads
 
Created
Source

NERU-SDK

Git

We're using GitHub flow - a lightweight, branch-based workflow.

To start working on a new feature create a new branch from the master. When you are finished with your work, create a PR back to the master branch.

Releasing NERU-SDK

We're using GitHub actions to run tests and publish a new package when a new release is created, thus:

Prerequisites:

  • Make sure you have python3, nodejs and pip3 installed
  • Install bumpver by running pip3 install bumpver

Release process:

  1. Bump package version by typing npm bumpVersion:[ major | minor | patch ]
    • It will bump the version for nodejs and python SDKs
  2. Update CHANGELOG.md in nodejs folder
  3. Commit changes and push to master
  4. Run tests locally by typing npm test in the nodejs folderª
  5. Create a new release from the repository
    • Specify the tag name which is the version number e.g v1.0.0
    • Add a release title e.g v1.0.0
    • Add a description for the release
    • Publish the release. This will create a new release on GitHub and starts the release process using GitHub Actions.

FAQs

Package last updated on 07 Dec 2022

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