New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swing.xyz/cross-chain-api

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swing.xyz/cross-chain-api - npm Package Compare versions

Comparing version

to
1.0.1

openapi.json

6

CHANGELOG.md
# @swing.xyz/cross-chain-api
## 1.0.1
### Patch Changes
- 18a5cba: Add coingecko data to chains and tokens
## 1.0.0

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@swing.xyz/cross-chain-api",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {

@@ -10,3 +10,3 @@ "access": "public"

"type": "git",
"url": "https://github.com/polkaswitch/examples.git"
"url": "https://github.com/swing-xyz/examples.git"
},

@@ -27,3 +27,4 @@ "author": {

"require": "./dist/index.cjs"
}
},
"./openapi.json": "./openapi.json"
},

@@ -34,2 +35,3 @@ "files": [

"dist/**/*.d.ts",
"openapi.json",
"README.md",

@@ -52,5 +54,5 @@ "CHANGELOG.md",

"openapi-typescript": "^6.7.6",
"tsup": "^8.3.6",
"tsup": "^8.4.0",
"tsx": "^4.19.3"
}
}
dist/index.d.ts

Sorry, the diff of this file is too big to display