
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@girs/avahi-0.6
Advanced tools
GJS TypeScript type definitions for Avahi-0.6, generated from library version 0.6.0
GJS TypeScript type definitions for Avahi-0.6, generated from library version 0.6.0 using ts-for-gir v4.0.0-beta.36.
To use this type definitions, install them with NPM:
npm install @girs/avahi-0.6
You can import this package into your project like this:
import Avahi from '@girs/avahi-0.6';
You can also use ambient modules to import this module like you would do this in JavaScript.
For this you need to include @girs/avahi-0.6
or @girs/avahi-0.6/ambient
in your tsconfig
or entry point Typescript file:
index.ts
:
import '@girs/avahi-0.6'
tsconfig.json
:
{
"compilerOptions": {
...
},
"include": ["@girs/avahi-0.6"],
...
}
Now you can import the ambient module with TypeScript support:
import Avahi from 'gi://Avahi?version=0.6';
You can also import the module with Typescript support using the global imports.gi
object of GJS.
For this you need to include @girs/avahi-0.6
or @girs/avahi-0.6/import
in your tsconfig
or entry point Typescript file:
index.ts
:
import '@girs/avahi-0.6'
tsconfig.json
:
{
"compilerOptions": {
...
},
"include": ["@girs/avahi-0.6"],
...
}
Now you have also type support for this, too:
const Avahi = imports.gi.Avahi;
Depending on your project configuration, it is recommended to use a bundler like esbuild. You can find examples using different bundlers here.
All existing pre-generated packages can be found on gjsify/types.
FAQs
GJS TypeScript type definitions for Avahi-0.6, generated from library version 0.6.0
The npm package @girs/avahi-0.6 receives a total of 7 weekly downloads. As such, @girs/avahi-0.6 popularity was classified as not popular.
We found that @girs/avahi-0.6 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.