@empathyco/x-adapter
Advanced tools
Comparing version 8.0.0-alpha.23 to 8.0.0-alpha.24
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182345
692
1