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

dappql

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dappql - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

22

package.json
{
"name": "dappql",
"version": "2.0.12",
"version": "2.0.13",
"description": "wagmi extension to easily query smart-contracts",

@@ -20,9 +20,2 @@ "main": "./lib/index.js",

],
"scripts": {
"clean": "rm -rf ./node_modules && rm -rf ./lib && rm -rf ./.turbo",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc -b -w",
"build": "tsc -b",
"ship": "npm run build && npm version patch && git push && npm publish"
},
"files": [

@@ -53,3 +46,12 @@ "/lib",

},
"type": "module"
}
"type": "module",
"scripts": {
"clean": "rm -rf ./node_modules && rm -rf ./lib && rm -rf ./.turbo",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "pnpm exec tsc -b -w",
"build": "pnpm exec tsc -b",
"version:bump": "bump patch --commit --push",
"publish:npm": "pnpm publish --access public --no-workspace-root",
"ship": "pnpm run build && pnpm run version:bump && pnpm run publish:npm --no-git-checks --access public"
}
}
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