Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@girs/amtk-4
Advanced tools
GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0
GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using ts-for-gir v4.0.0-beta.19.
To use this type definitions, install them with NPM:
npm install @girs/amtk-4
You can import this package into your project like this:
import Amtk from '@girs/amtk-4';
You can also use ambient modules to import this module like you would do this in JavaScript.
For this you need to include @girs/amtk-4
or @girs/amtk-4/ambient
in your tsconfig
or entry point Typescript file:
index.ts
:
import '@girs/amtk-4'
tsconfig.json
:
{
"compilerOptions": {
...
},
"include": ["@girs/amtk-4"],
...
}
Now you can import the ambient module with TypeScript support:
import Amtk from 'gi://Amtk?version=4';
You can also import the module with Typescript support using the global imports.gi
object of GJS.
For this you need to include @girs/amtk-4
or @girs/amtk-4/import
in your tsconfig
or entry point Typescript file:
index.ts
:
import '@girs/amtk-4'
tsconfig.json
:
{
"compilerOptions": {
...
},
"include": ["@girs/amtk-4"],
...
}
Now you have also type support for this, too:
const Amtk = imports.gi.Amtk;
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 Amtk-4, generated from library version 4.0.0
The npm package @girs/amtk-4 receives a total of 2 weekly downloads. As such, @girs/amtk-4 popularity was classified as not popular.
We found that @girs/amtk-4 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.