Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
neru-alpha
Advanced tools
[![npm version](https://img.shields.io/npm/v/sdk-name.svg)](https://www.npmjs.com/package/neru-alpha) [![Coverage Status](https://coveralls.io/repos/github/your-username/sdk-name/badge.svg?branch=master)](https://coveralls.io/github/your-username/sdk-name
A Node.js SDK for NeRu platform for interacting with Vonage API.
To get started, please visit our documentation.
npm install neru-alpha --save
Clone the repository and install the dependencies.
git clone git@github.com:nexmoinc/neru-sdk.git
cd neru-sdk/nodejs
npm install
This project follows the Git Flow branching model. The master
branch always reflects a production-ready state while the latest development is taking place in the develop
branch.
To contribute to the project, create a new feature branch off of the develop
branch and merge back into develop
when complete. Do not merge directly into master
.
Hot fixes should be created as a branch off of master
and merged into both master
and develop
.
Branch naming convention: <jira-task-id>__<short-description>
To build the project, run the following command:
cd nodejs
npm run build
It will generate the SDK in the nodejs/dist
folder.
📦dist
┣ 📂cjs # CommonJS build
┃ ┗ neru.js # Entry point
┗ 📂esm # ES Module build
┃ ┗ neru.js # Entry point
To generate the Python SDK, run the following command:
pilo -l=python --input=nodejs/src --output=python/src --ignore='nodejs/src/bridge.ts' --namespace=nerualpha --clean=true
cp templates/python/* python/src/nerualpha
To generate the C# SDK, run the following command:
pilo -l=csharp --input=nodejs/src --output=dotnet --ignore='nodejs/src/bridge.ts' --namespace=Vonage.Neru --clean=true
cp templates/dotnet/* dotnet/Vonage.Neru
develop
branch, e.g release/v1.0.0
npm test
in the nodejs foldernpm run generate:python
. This will generate the Python SDK from nodejs src code and copy it to the python
folder
npm bumpVersion:[ major | minor | patch ]
(requires python3, pip3, bumpver
)CHANGELOG.md
in nodejs folderv1.0.0
v1.0.0
FAQs
[![npm version](https://img.shields.io/npm/v/sdk-name.svg)](https://www.npmjs.com/package/neru-alpha) [![Coverage Status](https://coveralls.io/repos/github/your-username/sdk-name/badge.svg?branch=master)](https://coveralls.io/github/your-username/sdk-name
The npm package neru-alpha receives a total of 171 weekly downloads. As such, neru-alpha popularity was classified as not popular.
We found that neru-alpha demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.