Socket
Socket
Sign inDemoInstall

@girs/glib-2.0

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girs/glib-2.0 - npm Package Compare versions

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

6

glib-2.0-ambient.d.ts
declare module 'gi://GLib?version=2.0' {
import GLib20 from '@girs/glib-2.0';
export default GLib20;
import GLib from '@girs/glib-2.0';
export default GLib;
}
declare module 'gi://GLib' {
import GLib20 from '@girs/glib-2.0';
import GLib20 from 'gi://GLib?version=2.0';
export default GLib20;

@@ -10,0 +10,0 @@ }

// @ts-expect-error

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

{
"name": "@girs/glib-2.0",
"version": "2.77.0-3.2.8",
"version": "2.77.0-4.0.0-beta.1",
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.77.0",

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

"types": "./glib-2.0-ambient.d.ts",
"import": "./glib-2.0-ambient.js",
"default": "./glib-2.0-ambient.js"

@@ -16,23 +17,17 @@ },

"types": "./glib-2.0-import.d.ts",
"import": "./glib-2.0-import.js",
"default": "./glib-2.0-import.js"
},
".": {
"import": {
"types": "./glib-2.0.d.ts",
"default": "./glib-2.0.js"
},
"require": {
"types": "./glib-2.0.d.cts",
"default": "./glib-2.0.cjs"
}
"types": "./glib-2.0.d.ts",
"import": "./glib-2.0.js",
"default": "./glib-2.0.js"
}
},
"scripts": {
"test": "yarn test:esm && yarn test:cjs",
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.ts",
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.cts"
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit glib-2.0.d.ts"
},
"dependencies": {
"@girs/gjs": "^3.2.8",
"@girs/gobject-2.0": "^2.77.0-3.2.8"
"@girs/gjs": "^4.0.0-beta.1",
"@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1"
},

@@ -39,0 +34,0 @@ "devDependencies": {

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

GJS TypeScript type definitions for GLib-2.0, generated from library version 2.77.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
GJS TypeScript type definitions for GLib-2.0, generated from library version 2.77.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.

@@ -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