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
3
Versions
15
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 0.0.10 to 0.0.11

dist/index.cjs

6

CHANGELOG.md
# @swing.xyz/cross-chain-api
## 0.0.11
### Patch Changes
- 8b98db0: Support legacy commonjs
## 0.0.10

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

7

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

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

"sideEffects": false,
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",

@@ -25,3 +25,3 @@ "types": "dist/index.d.ts",

"import": "./dist/index.js",
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"

@@ -31,2 +31,3 @@ }

"files": [
"dist/**/*.cjs",
"dist/**/*.js",

@@ -33,0 +34,0 @@ "dist/**/*.d.ts",

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