🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@ng-apimock/base-client

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-apimock/base-client - npm Package Compare versions

Comparing version

to
2.0.1

pack/ng-apimock-base-client-2.0.1.tgz

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Changelog

## [2.0.1](https://github.com/ng-apimock/base-client/compare/v2.0.0...v2.0.1) (2020-07-08)
### Bug Fixes
* 🐛 export default configuration ([43c2a46](https://github.com/ng-apimock/base-client/commit/43c2a46368355b7875602063f91f17aa17aba56a))
# [2.0.0](https://github.com/ng-apimock/base-client/compare/v1.0.16...v2.0.0) (2020-07-08)

@@ -8,0 +15,0 @@

4

dist/base.client.d.ts
import { Request } from 'node-fetch';
import { Client } from './client';
import { Configuration } from './configuration';
import { Configuration, DefaultConfiguration } from './configuration';
declare abstract class BaseClient implements Client {

@@ -32,2 +32,2 @@ ngApimockId: string;

}
export { BaseClient, Client, Configuration };
export { BaseClient, Client, Configuration, DefaultConfiguration };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseClient = void 0;
exports.DefaultConfiguration = exports.BaseClient = void 0;
const https = require("https");

@@ -19,2 +19,3 @@ const node_fetch_1 = require("node-fetch");

const configuration_1 = require("./configuration");
Object.defineProperty(exports, "DefaultConfiguration", { enumerable: true, get: function () { return configuration_1.DefaultConfiguration; } });
class BaseClient {

@@ -21,0 +22,0 @@ constructor(configuration) {

{
"name": "@ng-apimock/base-client",
"description": "Base client for @ng-apimock/core",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/ng-apimock/base-client#readme",

@@ -6,0 +6,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet