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

coc-solidity-antico

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-solidity-antico - npm Package Compare versions

Comparing version

to
0.7.3

18

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.7.2",
"version": "0.7.3",
"keywords": [

@@ -19,4 +19,3 @@ "coc.nvim",

"scripts": {
"bundle": "esbuild src/index.ts --platform=node --bundle --external:coc.nvim --external:solidity-ls-antico --outdir=out",
"publish": "yarn install && yarn bundle && npm publish"
"bundle": "esbuild src/index.ts --platform=node --bundle --external:coc.nvim --external:solidity-ls-antico --outdir=out"
},

@@ -48,4 +47,15 @@ "dependencies": {

}
]
],
"configuration": {
"type": "object",
"title": "coc-solidity-antico configuration",
"properties": {
"coc-solidity-antico.telemetry": {
"type": "boolean",
"default": true,
"description": "Allow this extension to send telemetry. This helps us understand how it is used and how it is performing. Read more in our [privacy policy](https://hardhat.org/privacy-policy.html).\n\n \n\n*__Note:__ This extension respects the global **Telemetry Level** setting, and will only send telemetry if enabled at both global and extension level.*"
}
}
}
}
}