@solana-wallets/core
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@solana-wallets/core", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Example hello world package in the solana-wallets repository.", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"keywords": [ | ||
"solid" | ||
"solana", | ||
"wallets" | ||
], | ||
@@ -25,18 +26,18 @@ "sideEffects": false, | ||
"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" | ||
} | ||
@@ -62,9 +63,5 @@ }, | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9
0
46655
1109
1