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

@forge/api

Package Overview
Dependencies
Maintainers
9
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/api - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6-next.0

6

CHANGELOG.md
# @forge/api
## 0.1.6-next.0
### Patch Changes
- cedd68a: Stopped http polyfill passing through all arguments to fetch bridge method
## 0.1.5

@@ -4,0 +10,0 @@

1

out/index.d.ts
import { RequestInit, Response } from 'node-fetch';
export declare type APIResponse = Pick<Response, 'json' | 'text' | 'arrayBuffer' | 'ok' | 'status' | 'statusText'>;
export declare type FetchMethod = (url: string, init?: RequestInit) => Promise<APIResponse>;
export declare type FetchOptions = RequestInit;
export interface FetchMethods {

@@ -5,0 +6,0 @@ requestJira: FetchMethod;

8

package.json
{
"name": "@forge/api",
"version": "0.1.5",
"version": "0.1.6-next.0",
"description": "Forge API methods",

@@ -15,5 +15,5 @@ "author": "Atlassian",

"scripts": {
"prebuild": "rm -rf out",
"build": "tsc",
"prepublishOnly": "npm run build"
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo",
"compile": "tsc -b -v"
},

@@ -20,0 +20,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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