
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@ticketmaster/superagent-jsonp
Advanced tools
Wrap a sweet jsonp filling in a savoury superagent wrapper
Adds jsonp behaviour to superagent.
First install with npm
npm i superagent-jsonp --save
Then use like so;
var superagent = require('superagent');
require('superagent-jsonp')(superagent);
superagent.get('http://example.com/foo.json').jsonp().end(function(){
// everything is as normal
});
First install:
bower i superagent-jsonp --save
Include it from your bower components in the usual way
Then use pretty much as you do above
superagentJSONP(superagent);
superagent.get('http://example.com/foo.json').jsonp().end(function(){
// everything is as normal
});
Forked from: https://github.com/lamp/superagent-jsonp
FAQs
Wrap a sweet jsonp filling in a savoury superagent wrapper
The npm package @ticketmaster/superagent-jsonp receives a total of 1 weekly downloads. As such, @ticketmaster/superagent-jsonp popularity was classified as not popular.
We found that @ticketmaster/superagent-jsonp 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.