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

@girs/gtk-3.0

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girs/gtk-3.0 - npm Package Compare versions

Comparing version 3.24.39-3.2.8 to 3.24.39-4.0.0-beta.1

8

gtk-3.0-ambient.d.ts
declare module 'gi://Gtk?version=3.0' {
import Gtk30 from '@girs/gtk-3.0';
export default Gtk30;
import Gtk from '@girs/gtk-3.0';
export default Gtk;
}
declare module 'gi://Gtk' {
import Gtk30 from '@girs/gtk-3.0';
export default Gtk30;
}

@@ -0,12 +1,2 @@

// Module import type definition not generated, otherwise this would cause a type conflict, this is because several GIR modules were generated with the same namespace: "Gtk"
import Gtk30 from '@girs/gtk-3.0';
declare global {
export interface GjsGiImports {
Gtk: typeof Gtk30;
}
}
export default GjsGiImports;
// @ts-expect-error

@@ -8,4 +7,1 @@ import Gtk from 'gi://Gtk?version=3.0';

{
"name": "@girs/gtk-3.0",
"version": "3.24.39-3.2.8",
"version": "3.24.39-4.0.0-beta.1",
"description": "GJS TypeScript type definitions for Gtk-3.0, generated from library version 3.24.39",

@@ -11,2 +11,3 @@ "type": "module",

"types": "./gtk-3.0-ambient.d.ts",
"import": "./gtk-3.0-ambient.js",
"default": "./gtk-3.0-ambient.js"

@@ -16,34 +17,28 @@ },

"types": "./gtk-3.0-import.d.ts",
"import": "./gtk-3.0-import.js",
"default": "./gtk-3.0-import.js"
},
".": {
"import": {
"types": "./gtk-3.0.d.ts",
"default": "./gtk-3.0.js"
},
"require": {
"types": "./gtk-3.0.d.cts",
"default": "./gtk-3.0.cjs"
}
"types": "./gtk-3.0.d.ts",
"import": "./gtk-3.0.js",
"default": "./gtk-3.0.js"
}
},
"scripts": {
"test": "yarn test:esm && yarn test:cjs",
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtk-3.0.d.ts",
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtk-3.0.d.cts"
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtk-3.0.d.ts"
},
"dependencies": {
"@girs/atk-1.0": "^2.45.1-3.2.8",
"@girs/cairo-1.0": "^1.0.0-3.2.8",
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
"@girs/gdk-3.0": "^3.24.39-3.2.8",
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
"@girs/gio-2.0": "^2.77.0-3.2.8",
"@girs/gjs": "^3.2.8",
"@girs/glib-2.0": "^2.77.0-3.2.8",
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
"@girs/gobject-2.0": "^2.77.0-3.2.8",
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
"@girs/pango-1.0": "^1.51.0-3.2.8",
"@girs/xlib-2.0": "^2.0.0-3.2.8"
"@girs/atk-1.0": "^2.45.1-4.0.0-beta.1",
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.1",
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.1",
"@girs/gdk-3.0": "^3.24.39-4.0.0-beta.1",
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.1",
"@girs/gio-2.0": "^2.77.0-4.0.0-beta.1",
"@girs/gjs": "^4.0.0-beta.1",
"@girs/glib-2.0": "^2.77.0-4.0.0-beta.1",
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.1",
"@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1",
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.1",
"@girs/pango-1.0": "^1.51.0-4.0.0-beta.1",
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.1"
},

@@ -50,0 +45,0 @@ "devDependencies": {

@@ -8,5 +8,4 @@

GJS TypeScript type definitions for Gtk-3.0, generated from library version 3.24.39 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
GJS TypeScript type definitions for Gtk-3.0, generated from library version 3.24.39 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
GTK+ is the primary library used to construct user interfaces in GNOME applications. It provides user interface controls and signal callbacks to control user interfaces.

@@ -13,0 +12,0 @@ ## Install

Sorry, the diff of this file is too big to display

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