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

tree-sitter-solidity

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-solidity - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

bindings/node/index.js
try {
module.exports = require("../../build/Release/tree_sitter_Solidity_binding");
module.exports = require("../../build/Release/tree_sitter_solidity_binding");
} catch (error1) {

@@ -8,3 +8,3 @@ if (error1.code !== 'MODULE_NOT_FOUND') {

try {
module.exports = require("../../build/Debug/tree_sitter_Solidity_binding");
module.exports = require("../../build/Debug/tree_sitter_solidity_binding");
} catch (error2) {

@@ -11,0 +11,0 @@ if (error2.code !== 'MODULE_NOT_FOUND') {

{
"name": "tree-sitter-solidity",
"version": "1.0.8",
"version": "1.0.9",
"description": "A tree sitter parser for Solidity",

@@ -5,0 +5,0 @@ "main": "bindings/node",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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