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

rest-client-sdk

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-client-sdk - npm Package Compare versions

Comparing version 7.0.0-rc.3 to 7.0.0-rc.4

2

dist/types/RestClientSdkInterface.d.ts

@@ -6,2 +6,3 @@ import AbstractClient from './client/AbstractClient';

import Mapping from './Mapping';
import { Logger } from '.';
export declare type Config = {

@@ -20,3 +21,4 @@ path: string;

mapping: Mapping;
readonly logger?: Logger;
getRepository<K extends keyof M & string>(key: K): AbstractClient<M[K]>;
}

2

package.json
{
"name": "rest-client-sdk",
"version": "7.0.0-rc.3",
"version": "7.0.0-rc.4",
"description": "Rest Client SDK for API",

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

@@ -6,2 +6,3 @@ import AbstractClient from './client/AbstractClient';

import Mapping from './Mapping';
import { Logger } from '.';

@@ -23,3 +24,5 @@ export type Config = {

readonly logger?: Logger;
getRepository<K extends keyof M & string>(key: K): AbstractClient<M[K]>;
}
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