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.
falcor-postman
Advanced tools
A graphical interactive in-browser Falcor queries validator IDE.
Npm install using the following command:
npm install --save falcor-postman
And use it inside your Express app:
const falcorPostman = require('falcor-postman');
const app = express();
const options = { middlewarePath: '/falcor-postman', falcorModelPath: '/model.json', app };
app.use(falcorPostman(options));
Where options is an object with the following properties:
name|type|description|default ---|---|---|---|--- middlewarePath|string|Optional: path used to serve the falcor-postman app|'/falcor-postman'| falcorModelPath|string|Optional: falcor model path|'/model.json'| app|object|The instance of your Express.js app|app
Query:
[["metrosById", [201], ["name"]]]
Clone or download this GitHub repository then run the example app using the following npm commands:
npm install
npm run start
You should be able to open your browser and see the middleware running at the following URL: http://127.0.0.1:3000/falcor-postman
FAQs
A graphical interactive in-browser Falcor queries validator IDE.
The npm package falcor-postman receives a total of 5 weekly downloads. As such, falcor-postman popularity was classified as not popular.
We found that falcor-postman demonstrated a not healthy version release cadence and project activity because the last version was released 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.