New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@portkey/request

Package Overview
Dependencies
Maintainers
3
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portkey/request - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-alpha.0

1

./dist/commonjs/index.js

@@ -18,2 +18,1 @@ "use strict";

__exportStar(require("./fetchRequest"), exports);
//# sourceMappingURL=index.js.map

@@ -7,2 +7,1 @@ import { IBaseRequest, RequestOpts, IRequestDefaults } from '@portkey/types';

}
//# sourceMappingURL=fetchRequest.d.ts.map

@@ -40,2 +40,1 @@ "use strict";

exports.FetchRequest = FetchRequest;
//# sourceMappingURL=fetchRequest.js.map
export * from './fetchRequest';
//# sourceMappingURL=index.d.ts.map

@@ -18,2 +18,1 @@ "use strict";

__exportStar(require("./fetchRequest"), exports);
//# sourceMappingURL=index.js.map

@@ -14,2 +14,1 @@ export interface IAbortSignal {

}
//# sourceMappingURL=types.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -7,2 +7,1 @@ import { RequestOpts } from '@portkey/types';

export declare const fetchFormat: (config: RequestOpts, signal: IAbortSignal) => Promise<any>;
//# sourceMappingURL=index.d.ts.map

@@ -64,2 +64,1 @@ "use strict";

exports.fetchFormat = fetchFormat;
//# sourceMappingURL=index.js.map

@@ -7,2 +7,1 @@ import { IBaseRequest, RequestOpts, IRequestDefaults } from '@portkey/types';

}
//# sourceMappingURL=fetchRequest.d.ts.map

@@ -36,2 +36,1 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
//# sourceMappingURL=fetchRequest.js.map
export * from './fetchRequest.js';
//# sourceMappingURL=index.d.ts.map
export * from './fetchRequest.js';
//# sourceMappingURL=index.js.map

@@ -14,2 +14,1 @@ export interface IAbortSignal {

}
//# sourceMappingURL=types.d.ts.map
export {};
//# sourceMappingURL=types.js.map

@@ -7,2 +7,1 @@ import { RequestOpts } from '@portkey/types';

export declare const fetchFormat: (config: RequestOpts, signal: IAbortSignal) => Promise<any>;
//# sourceMappingURL=index.d.ts.map

@@ -59,2 +59,1 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@portkey/request",
"version": "1.0.4",
"version": "1.0.5-alpha.0",
"description": "",

@@ -43,6 +43,6 @@ "main": "./dist/commonjs/index.js",

"dependencies": {
"@portkey/types": "^1.0.4",
"@portkey/types": "^1.0.5-alpha.0",
"query-string": "^6.14.1"
},
"gitHead": "3477ace2fd1d8c1caa09acef1efdc058ea79c7d1"
"gitHead": "a86e14d703a5181fff4646509a72c60edb564778"
}
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