Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solana-wallets/core-2.0

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana-wallets/core-2.0 - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

src/index.ts

25

package.json
{
"name": "@solana-wallets/core-2.0",
"version": "0.7.0",
"version": "0.8.0",
"description": "Example hello world package in the solana-wallets repository.",

@@ -24,18 +24,18 @@ "license": "MIT",

"files": [
"dist"
"src"
],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
"development": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/dev.js"
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./src/index.ts",
"default": "./src/index.ts"
}

@@ -48,12 +48,7 @@ },

"@solana/web3.js": "^2.0.0-rc.1",
"@solana-wallets/core": "0.7.0"
"@solana-wallets/core": "0.8.0"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "concurrently pnpm:test:*",
"test:client": "vitest -c ../../configs/vitest.config.ts",
"test:ssr": "pnpm run test:client --mode ssr",
"typecheck": "tsc --noEmit"
}
}
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