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

ms-rest-js

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ms-rest-js - npm Package Compare versions

Comparing version 1.0.462 to 1.0.465

6

es/lib/restError.d.ts
import { HttpOperationResponse } from "./httpOperationResponse";
import { WebResource } from "./webResource";
export declare class RestError extends Error {
static readonly REQUEST_SEND_ERROR = "REQUEST_SEND_ERROR";
static readonly REQUEST_ABORTED_ERROR = "REQUEST_ABORTED_ERROR";
static readonly PARSE_ERROR = "PARSE_ERROR";
static readonly REQUEST_SEND_ERROR: string;
static readonly REQUEST_ABORTED_ERROR: string;
static readonly PARSE_ERROR: string;
code?: string;

@@ -8,0 +8,0 @@ statusCode?: number;

@@ -8,5 +8,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

export class RestError extends Error {
static readonly REQUEST_SEND_ERROR = "REQUEST_SEND_ERROR";
static readonly REQUEST_ABORTED_ERROR = "REQUEST_ABORTED_ERROR";
static readonly PARSE_ERROR = "PARSE_ERROR";
static readonly REQUEST_SEND_ERROR: string = "REQUEST_SEND_ERROR";
static readonly REQUEST_ABORTED_ERROR: string = "REQUEST_ABORTED_ERROR";
static readonly PARSE_ERROR: string = "PARSE_ERROR";

@@ -13,0 +13,0 @@ code?: string;

@@ -8,3 +8,3 @@ {

},
"version": "1.0.462",
"version": "1.0.465",
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",

@@ -118,5 +118,6 @@ "tags": [

"preview": "ts-node ./.scripts/preview.ts",
"latest": "ts-node ./.scripts/latest.ts"
"latest": "ts-node ./.scripts/latest.ts",
"prepack": "npm i && npm run build"
},
"sideEffects": false
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc