Socket
Socket
Sign inDemoInstall

@microsoft/kiota-abstractions

Package Overview
Dependencies
5
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.16 to 1.0.0-preview.18

4

dist/cjs/src/apiError.d.ts
/** Parent interface for errors thrown by the client when receiving failed responses to its requests. */
export declare class ApiError extends Error {
constructor(message?: string);
/** The status code for the error. */
responseStatusCode?: number;
/** The Response Headers. */
responseHeaders: Record<string, string[]>;
}
//# sourceMappingURL=apiError.d.ts.map

@@ -8,2 +8,4 @@ "use strict";

super(message);
/** The Response Headers. */
this.responseHeaders = {};
}

@@ -10,0 +12,0 @@ }

/** Parent interface for errors thrown by the client when receiving failed responses to its requests. */
export declare class ApiError extends Error {
constructor(message?: string);
/** The status code for the error. */
responseStatusCode?: number;
/** The Response Headers. */
responseHeaders: Record<string, string[]>;
}
//# sourceMappingURL=apiError.d.ts.map

@@ -5,4 +5,6 @@ /** Parent interface for errors thrown by the client when receiving failed responses to its requests. */

super(message);
/** The Response Headers. */
this.responseHeaders = {};
}
}
//# sourceMappingURL=apiError.js.map

4

package.json
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.16",
"version": "1.0.0-preview.18",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",

@@ -47,3 +47,3 @@ "main": "dist/cjs/src/index.js",

},
"gitHead": "a308cb5fe7bbee3aea038b1ca5769f2cd889c62f"
"gitHead": "c3c635a01523a75a2815bf09f84fc5495d1a62dd"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc