Socket
Socket
Sign inDemoInstall

@solana/wallet-adapter-clover

Package Overview
Dependencies
Maintainers
14
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.9 to 0.4.10

lib/esm/adapter.js

1

lib/types/adapter.d.ts

@@ -26,1 +26,2 @@ import type { WalletName } from '@solana/wallet-adapter-base';

}
//# sourceMappingURL=adapter.d.ts.map
export * from './adapter';
//# sourceMappingURL=index.d.ts.map

76

package.json
{
"name": "@solana/wallet-adapter-clover",
"version": "0.4.9",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"types": "lib/types/index.d.ts",
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs",
"types": "./lib/types/index.d.ts"
},
"files": [
"lib",
"src",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "shx rm -rf lib/*",
"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"
},
"peerDependencies": {
"@solana/web3.js": "^1.50.1"
},
"dependencies": {
"@solana/wallet-adapter-base": "^0.9.12"
},
"devDependencies": {
"@solana/web3.js": "^1.50.1"
},
"gitHead": "723e197f5bda4661b7bede354858948ce5d889c8"
}
"name": "@solana/wallet-adapter-clover",
"version": "0.4.10",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts"
},
"files": [
"lib",
"src",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@solana/web3.js": "^1.50.1"
},
"dependencies": {
"@solana/wallet-adapter-base": "^0.9.14"
},
"devDependencies": {
"@solana/web3.js": "^1.50.1",
"shx": "^0.3.4"
},
"scripts": {
"clean": "shx mkdir -p lib && shx rm -rf lib"
}
}

Sorry, the diff of this file is not supported yet

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