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

@instadapp/vue-web3

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instadapp/vue-web3 - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

dist/src/index.d.ts

33

package.json
{
"name": "@instadapp/vue-web3",
"version": "0.4.0",
"version": "0.5.0",
"description": "Vue web3 composition api",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/global/index.js",
"types": "dist/esm/src/index.d.ts",
"main": "index.js",
"module": "dist/vue-web3.mjs",
"unpkg": "dist/vue-web3.iife.js",
"jsdelivr": "dist/vue-web3.iife.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"browser": "./dist/vue-web3.esm-browser.js",
"node": {
"import": {
"production": "./dist/vue-web3.prod.cjs",
"development": "./dist/vue-web3.mjs",
"default": "./dist/vue-web3.mjs"
},
"require": {
"production": "./dist/vue-web3.prod.cjs",
"development": "./dist/vue-web3.cjs",
"default": "./index.js"
}
},
"import": "./dist/vue-web3.mjs"
},
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},
"sideEffects": false,

@@ -20,2 +41,4 @@ "scripts": {

"dist/**/*",
"index.js",
"index.cjs",
"LICENSE",

@@ -22,0 +45,0 @@ "README.md"

dist/cjs/index.js
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