Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@girs/gmodule-2.0

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girs/gmodule-2.0 - npm Package Compare versions

Comparing version 2.0.0-3.2.6 to 2.0.0-3.2.7

14

gmodule-2.0.d.ts

@@ -75,3 +75,3 @@

*/
function module_build_path(directory: string | null, module_name: string | null): string | null
function module_build_path(directory: string | null, module_name: string): string | null
/**

@@ -81,3 +81,3 @@ * Gets a string describing the last module error.

*/
function module_error(): string | null
function module_error(): string
function module_error_quark(): GLib.Quark

@@ -100,3 +100,3 @@ /**

interface ModuleCheckInit {
(module: Module): string | null
(module: Module): string
}

@@ -134,3 +134,3 @@ /**

*/
name(): string | null
name(): string
/**

@@ -142,3 +142,3 @@ * Gets a symbol pointer from a module, such as one exported

*/
symbol(symbol_name: string | null): [ /* returnType */ boolean, /* symbol */ any | null ]
symbol(symbol_name: string): [ /* returnType */ boolean, /* symbol */ any | null ]
}

@@ -178,3 +178,3 @@

*/
static build_path(directory: string | null, module_name: string | null): string | null
static build_path(directory: string | null, module_name: string): string | null
/**

@@ -184,3 +184,3 @@ * Gets a string describing the last module error.

*/
static error(): string | null
static error(): string
static error_quark(): GLib.Quark

@@ -187,0 +187,0 @@ /**

{
"name": "@girs/gmodule-2.0",
"version": "2.0.0-3.2.6",
"version": "2.0.0-3.2.7",
"description": "GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0",

@@ -28,5 +28,5 @@ "type": "module",

"dependencies": {
"@girs/gjs": "^3.2.6",
"@girs/glib-2.0": "^2.78.0-3.2.6",
"@girs/gobject-2.0": "^2.78.0-3.2.6"
"@girs/gjs": "^3.2.7",
"@girs/glib-2.0": "^2.78.0-3.2.7",
"@girs/gobject-2.0": "^2.78.0-3.2.7"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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

GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
GJS TypeScript type definitions for GModule-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.

@@ -11,0 +11,0 @@ Portable method for dynamically loading 'plug-ins'

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