New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aptos-labs/wallet-adapter-core

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptos-labs/wallet-adapter-core - npm Package Compare versions

Comparing version

to
0.1.4

dist/index.d.ts

22

package.json
{
"name": "@aptos-labs/wallet-adapter-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Aptos Wallet Adapter Core",

@@ -30,14 +30,8 @@ "main": "./dist/index.js",

],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@aptos-labs/wallet-adapter-tsconfig": "workspace:*",
"eslint": "^8.15.0",
"@aptos-labs/eslint-config-adapter": "workspace:*",
"tsup": "^5.10.1",
"typescript": "^4.5.3"
"typescript": "^4.5.3",
"@aptos-labs/wallet-adapter-tsconfig": "0.0.0",
"@aptos-labs/eslint-config-adapter": "0.0.0"
},

@@ -47,3 +41,9 @@ "dependencies": {

"eventemitter3": "^4.0.7"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
}
}
}