Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@rsksmart/rif-relay-common
Advanced tools
This project contains all the common code for the rif relay system.
This typescript repository contains all the common code used by the RIF Relay System.
This project works as a dependency and needs to be installed in order to be used.
Install all dependencies by running npm install
.
The project is ready to be used at this point.
You can use this dependency once you have it installed on your project. There are multiple ways to do this:
Install with:
npm i --save @rsksmart/rif-relay-common
Clone this repository inside your project's root folder and use the npm link
mechanism (https://docs.npmjs.com/cli/v8/commands/npm-link) to add it to your project.
Make your modifications and then run npm run build
to validate them.
When you are done with your changes, you can publish them by creating a distributable version.
We use husky to check linters and code styles on commits, if you commit your changes and the commit fails on lint or prettier checks you can use these command to check and fix the errors before trying to commit again:
npm run lint
: to check linter bugsnpm run lint:fix
: to fix linter bugsnpm run prettier
: to check codestyles errorsnpm run prettier:fix
: to fix codestyles errorsnpm run dist
command to generate the dist
folder with the distributable version inside.package.json
file (not strictly needed).package.json
) and github actions will update npmnpm login
to login to your account on npm registry.npm publish
to generate the distributable version for NodeJS.No extra steps are needed beyond generating the dist
folder and merging it to master
.
FAQs
This project contains all the common code for the rif relay system.
The npm package @rsksmart/rif-relay-common receives a total of 6 weekly downloads. As such, @rsksmart/rif-relay-common popularity was classified as not popular.
We found that @rsksmart/rif-relay-common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.