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

@api-ts/superagent-wrapper

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-ts/superagent-wrapper - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

2

dist/src/request.d.ts

@@ -44,4 +44,4 @@ import * as h from '@api-ts/io-ts-http';

export declare type BoundRequestFactory<Req extends SuperagentRequest<Response>, Route extends h.HttpRoute> = (params: h.RequestType<Route>) => PatchedRequest<Req, Route>;
export declare const requestForRoute: <Req extends SuperagentRequest<Response>, Route extends h.HttpRoute<"get" | "post" | "put" | "delete">>(requestFactory: RequestFactory<Req>, route: Route) => BoundRequestFactory<Req, Route>;
export declare const requestForRoute: <Req extends SuperagentRequest<Response>, Route extends h.HttpRoute<"get" | "post" | "put" | "delete" | "patch">>(requestFactory: RequestFactory<Req>, route: Route) => BoundRequestFactory<Req, Route>;
export {};
//# sourceMappingURL=request.d.ts.map
{
"name": "@api-ts/superagent-wrapper",
"version": "1.1.10",
"version": "1.1.11",
"description": "Make type-safe HTTP requests with superagent",

@@ -20,3 +20,3 @@ "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",

"dependencies": {
"@api-ts/io-ts-http": "2.3.0",
"@api-ts/io-ts-http": "2.4.0",
"fp-ts": "^2.0.0",

@@ -27,6 +27,6 @@ "io-ts": "2.1.3",

"devDependencies": {
"@types/chai": "4.3.4",
"@types/chai": "4.3.5",
"@types/express": "4.17.17",
"@types/mocha": "10.0.1",
"@types/superagent": "4.1.16",
"@types/superagent": "4.1.18",
"@types/supertest": "2.0.12",

@@ -33,0 +33,0 @@ "@types/whatwg-url": "11.0.0",

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