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.2.2 to 1.2.3

4

HISTORY.md

@@ -0,1 +1,5 @@

1.2.3 / 2022-9-13
==================
* Set values of options to be optional, thanks to @timothy-bailey-redbox
1.2.1 / 2021-8-17

@@ -2,0 +6,0 @@ ==================

5

index.d.ts

@@ -8,4 +8,5 @@ declare function fetchJsonp(url: string, options?: fetchJsonp.Options): Promise<fetchJsonp.Response>;

jsonpCallbackFunction?: string;
nonce: string;
referrerPolicy: ReferrerPolicy;
nonce?: string;
referrerPolicy?: ReferrerPolicy;
charset?: string;
}

@@ -12,0 +13,0 @@

{
"name": "fetch-jsonp",
"version": "1.2.2",
"version": "1.2.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