New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@girs/pangocairo-1.0

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@girs/pangocairo-1.0 - npm Package Compare versions

Comparing version 1.0.0-4.0.0-beta.18 to 1.0.0-4.0.0-beta.19

20

package.json
{
"name": "@girs/pangocairo-1.0",
"version": "1.0.0-4.0.0-beta.18",
"version": "1.0.0-4.0.0-beta.19",
"description": "GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0",

@@ -34,11 +34,11 @@ "type": "module",

"dependencies": {
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.18",
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.18",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/gjs": "^4.0.0-beta.18",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.18",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.18",
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.18",
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.18"
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.19",
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gjs": "^4.0.0-beta.19",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.19",
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.19"
},

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

@@ -172,3 +172,3 @@ /**

*/
function font_map_new_for_font_type(fonttype: cairo.FontType): Pango.FontMap | null;
function font_map_new_for_font_type(fonttype: cairo.FontType | null): Pango.FontMap | null;
/**

@@ -309,3 +309,5 @@ * Adds the glyphs in `glyphs` to the current path in the specified

export const Font: FontNamespace;
export const Font: FontNamespace & {
new (): Font; // This allows `obj instanceof Font`
};

@@ -416,3 +418,5 @@ module FontMap {

export const FontMap: FontMapNamespace;
export const FontMap: FontMapNamespace & {
new (): FontMap; // This allows `obj instanceof FontMap`
};

@@ -419,0 +423,0 @@ /**

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

GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.18.
GJS TypeScript type definitions for PangoCairo-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.19.

@@ -11,0 +11,0 @@

@@ -18,3 +18,5 @@ {

"inlineSources": false,
"newLine": "LF"
"newLine": "LF",
// Show diagnostics
"diagnostics": true
},

@@ -21,0 +23,0 @@ "include": ["./pangocairo-1.0.d.ts"]

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