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

15

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

@@ -29,13 +29,14 @@ "author": "Empathy Systems Corporation S.L.",

"scripts": {
"preinstall": "npx only-allow pnpm",
"prebuild": "rimraf ./dist ./*.tgz",
"build": "concurrently \"npm run build:*\"",
"build": "concurrently \"pnpm run build:*\"",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"test": "jest",
"postbuild": "npm pack",
"prepublishOnly": "npm run build"
"postbuild": "pnpm pack",
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-deep-merge": "^1.3.0-alpha.30",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-deep-merge": "^1.3.0-alpha.31",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"tslib": "~2.4.1"

@@ -54,3 +55,3 @@ },

},
"gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98"
"gitHead": "4f57a9b390fef3838356cad08971a0ad89712b38"
}

@@ -24,3 +24,4 @@ # x-adapter

```
npm i @empathyco/x-adapter
# or pnpm or yarn
npm install @empathyco/x-adapter
```

@@ -675,3 +676,3 @@

```
npm test
npm run test
```

@@ -678,0 +679,0 @@

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