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.6 to 8.0.0-alpha.7

1

dist/cjs/http-clients/utils.js

@@ -18,3 +18,2 @@ "use strict";

if (response.ok) {
// eslint-disable-next-line @typescript-eslint/no-extra-parens
return response.text().then(text => (text ? JSON.parse(text) : {}));

@@ -21,0 +20,0 @@ }

@@ -15,3 +15,2 @@ import { forEach } from '@empathyco/x-utils';

if (response.ok) {
// eslint-disable-next-line @typescript-eslint/no-extra-parens
return response.text().then(text => (text ? JSON.parse(text) : {}));

@@ -18,0 +17,0 @@ }

8

package.json
{
"name": "@empathyco/x-adapter",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"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.19",
"@empathyco/x-deep-merge": "^1.3.0-alpha.20",
"@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.5",
"@empathyco/x-utils": "^1.0.0-alpha.6",
"@types/jest": "~27.0.3",

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

},
"gitHead": "7a369790f31c25b69de07ad659e7a705bbeb71e4"
"gitHead": "5dac07f17af4bd325f1feddc9d26a7c48e0cc73a"
}

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