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

@studyportals/mb-platform-http-requests

Package Overview
Dependencies
Maintainers
22
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/mb-platform-http-requests - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1-0

0

base.d.ts

@@ -0,0 +0,0 @@ import { BaseSuperAgentRequestFactory } from "./src/base-super-agent-request-factory.class";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IRequestSigner } from "./src/i-request-signer.interface";

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@studyportals/mb-platform-http-requests",
"version": "2.6.0",
"version": "2.6.1-0",
"description": "Resources that facilitate sending HTTP requests.",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -0,0 +0,0 @@ import { AWS4RequestSigner } from "./src/signed/aws4-request-signer.class";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as superagent from "superagent";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Response, SuperAgentRequest } from "superagent";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-request-sender.interface.js.map

@@ -0,0 +0,0 @@ import { SuperAgentRequest } from "superagent";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-request-signer.interface.js.map

@@ -0,0 +0,0 @@ import { SuperAgentRequest } from "superagent";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=i-super-agent-request-factory.interface.js.map

@@ -0,0 +0,0 @@ import { Response, SuperAgentRequest } from "superagent";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SuperAgentRequest } from "superagent";

@@ -6,3 +6,3 @@ "use strict";

const qs = require("qs");
const URL = require("url");
const URL = require("node:url");
/**

@@ -9,0 +9,0 @@ * Signs requests using Amazon's AWS Signature Version 4.

@@ -0,0 +0,0 @@ import { Response, SuperAgentRequest } from "superagent";

@@ -0,0 +0,0 @@ import { Response, SuperAgentRequest } from "superagent";

@@ -0,0 +0,0 @@ "use strict";

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