Socket
Socket
Sign inDemoInstall

@empathyco/x-adapter

Package Overview
Dependencies
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-adapter - npm Package Compare versions

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

7

dist/types/endpoint-adapter/types.d.ts
import { HttpClient, RequestOptions } from '../http-clients/types';
import { Mapper } from '../mappers/types';
/**
* A facade containing all the different {@link EndpointAdapter} methods.
*
* @public
*/
export interface Adapter {
}
/**
* Connects with a given API endpoint. Transforms the request object into something the API

@@ -12,0 +5,0 @@ * can understand, makes the request, and transforms back the API response into the desired shape.

8

package.json
{
"name": "@empathyco/x-adapter",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "A utils library to create a client for any API",

@@ -35,3 +35,3 @@ "author": "Empathy Systems Corporation S.L.",

"dependencies": {
"@empathyco/x-deep-merge": "^1.3.0-alpha.18",
"@empathyco/x-deep-merge": "^1.3.0-alpha.19",
"@empathyco/x-get-safe-property-chain": "^1.3.0-alpha.3",

@@ -41,3 +41,3 @@ "tslib": "~2.3.0"

"devDependencies": {
"@empathyco/x-utils": "^1.0.0-alpha.4",
"@empathyco/x-utils": "^1.0.0-alpha.5",
"@types/jest": "~27.0.3",

@@ -53,3 +53,3 @@ "concurrently": "~7.0.0",

},
"gitHead": "a1e6557d05a9e4b60ef44aa25196299a1b622500"
"gitHead": "4f0b22a49c3fe9bfbba789012e168c04ec976265"
}

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