Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-base

Package Overview
Dependencies
Maintainers
10
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.2.0 to 0.3.0

lib/adapter.js

11

package.json
{
"name": "@solana/wallet-adapter-base",
"version": "0.2.0",
"version": "0.3.0",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"main": "lib/index.js",
"esnext": "lib/index.js",
"types": "lib/index.d.ts",

@@ -18,3 +18,4 @@ "files": [

"scripts": {
"build": "rm -rf lib/* && tsc && rollup -c"
"clean": "rm -rf lib/*",
"build": "yarn clean && tsc"
},

@@ -30,3 +31,3 @@ "peerDependencies": {

},
"gitHead": "0bf8a42a1dfa1f70592a633657598097277a11b3"
"gitHead": "9311ee0b3d4d51aeaf5bf27d2eec476c8c69660e"
}
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