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

@advisoa/gateway-clients

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advisoa/gateway-clients - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

dist/index.js

23

package.json
{
"name": "@advisoa/gateway-clients",
"version": "1.0.19",
"version": "1.0.20",
"description": "",
"main": "src/index.js",
"scripts": {
"build:esm": "esbuild ./src/index.js --bundle --platform=node --packages=external --outfile=dist/index.mjs --format=esm --minify",
"build:cjs": "esbuild ./src/index.js --bundle --platform=node --packages=external --outfile=dist/index.js --format=cjs --minify"
},
"author": "Sebastian Sativa",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.3.1"
"file-type": "^18.2.1",
"form-data": "^4.0.0",
"node-fetch": "2.6.7"
},
"type": "module"
"devDependencies": {
"esbuild": "^0.17.14"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
}
}
src/index.js
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