Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fetch-jsonp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-jsonp - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

build/fetch-jsonp.js

@@ -89,3 +89,5 @@ (function (global, factory) {

removeScript(scriptId);
window[callbackFunction] = function () {};
window[callbackFunction] = function () {
clearFunction(callbackFunction);
};
}, timeout);

@@ -92,0 +94,0 @@

{
"name": "fetch-jsonp",
"version": "1.1.2",
"version": "1.1.3",
"description": "Fetch JSONP like a boss using Fetch API",

@@ -5,0 +5,0 @@ "main": "build/fetch-jsonp.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc