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

@reservoir0x/gelato-adapter

Package Overview
Dependencies
Maintainers
8
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reservoir0x/gelato-adapter - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

dist/index.mjs

24

package.json
{
"name": "@reservoir0x/gelato-adapter",
"version": "0.1.1",
"version": "0.2.0",
"description": "An adapter used to enhance a ethers wallet adapter with the gelato SDK for use in the @reservoir0x/reservoir-sdk to enable gasless transactions",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"source": "./src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": "Reservoir Protocol",

@@ -42,3 +54,3 @@ "license": "MIT",

"peerDependencies": {
"@reservoir0x/reservoir-sdk": "1.3.1",
"@reservoir0x/reservoir-sdk": "1.4.0",
"ethers": "^5.6.1",

@@ -45,0 +57,0 @@ "viem": "~1.6.4"

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