🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ccxt-with-rest-api-type

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccxt-with-rest-api-type - npm Package Compare versions

Comparing version

to
0.0.5

.github/workflows/publish.yml

8

package.json
{
"name": "ccxt-with-rest-api-type",
"version": "0.0.4",
"main": "index.js",
"version": "0.0.5",
"license": "MIT",
"type": "module",
"files": ["dist/types"],
"module": "dist/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsup src/cli/index.ts --onSuccess \"node dist/index.cjs\"",
"postbuild": "rm -rf dist/index.cjs"
"postbuild": "rm -rf dist/index.cjs && mv dist/import.js dist/index.js"
},

@@ -12,0 +12,0 @@ "dependencies": {