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.
Elegant, versatile and expressive behavior-driven acceptance tests for HTTP APIs based on Gherkin language and built-on-top of Cucumber
Still work in progress
Apitance requires you have installed node.js or io.js
[sudo] npm install -g apitance
Or install it as standalone self-contained package:
sudo curl -s -L https://raw.github.com/h2non/apitance/master/bin/install | bash
$ apitance -r features/user.feature
Getting help
$ apitance --help
$ apitance -r path/to/steps path/to/feature
Wanna help?
apitance
is completely written in JavaScript Harmony (ECMAScript 6)
You must add new test cases for any new feature or refactor you do, always following the same design/code patterns that already exist
Only node.js is required for development
Clone/fork this repository
$ git clone https://github.com/h2non/apitance.git && cd apitance
Install dependencies
$ npm install
Compile code
$ make compile
Run tests
$ make test
MIT © Tomas Aparicio
FAQs
Elegant, expressive and versatile acceptance HTTP API tests
The npm package apitance receives a total of 4 weekly downloads. As such, apitance popularity was classified as not popular.
We found that apitance demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.