Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-base

Package Overview
Dependencies
Maintainers
12
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/wallet-adapter-base - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

lib/esm/adapter.mjs

10

package.json
{
"name": "@solana/wallet-adapter-base",
"version": "0.9.1",
"version": "0.9.2",
"author": "Solana Maintainers <maintainers@solana.foundation>",

@@ -10,6 +10,6 @@ "repository": "https://github.com/solana-labs/wallet-adapter",

"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"module": "lib/esm/index.mjs",
"types": "lib/esm/index.d.ts",
"exports": {
"import": "./lib/esm/index.js",
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.js"

@@ -27,3 +27,3 @@ },

"clean": "shx rm -rf lib/*",
"build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build": "yarn clean && tsc -p tsconfig.json; tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"

@@ -35,3 +35,3 @@ },

},
"gitHead": "dddfd864a629873f5de255a4bccb3533a29317fa"
"gitHead": "ea7263347460f96ab47fae34696d9791ad5aff71"
}
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