|
|
|
@ -8,7 +8,8 @@ const profile = { |
|
|
|
|
methods: ['analyse'], |
|
|
|
|
description: 'Using Remixd daemon, run slither static analysis', |
|
|
|
|
kind: 'other', |
|
|
|
|
version: packageJson.version |
|
|
|
|
version: packageJson.version, |
|
|
|
|
documentation: 'https://remix-ide.readthedocs.io/en/latest/slither.html' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export class SlitherHandle extends WebsocketPlugin { |
|
|
|
|