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

@girs/cairo-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/cairo-1.0 - npm Package Compare versions

Comparing version 1.0.0-4.0.0-beta.8 to 1.0.0-4.0.0-beta.9

88

cairo-1.0.d.ts

@@ -19,2 +19,6 @@ /**

export namespace Status {
export const $gtype: GObject.GType<Status>;
}
enum Status {

@@ -61,2 +65,6 @@ SUCCESS,

}
export namespace Content {
export const $gtype: GObject.GType<Content>;
}
enum Content {

@@ -67,2 +75,6 @@ COLOR,

}
export namespace Operator {
export const $gtype: GObject.GType<Operator>;
}
enum Operator {

@@ -99,2 +111,6 @@ CLEAR,

}
export namespace Antialias {
export const $gtype: GObject.GType<Antialias>;
}
enum Antialias {

@@ -109,2 +125,6 @@ DEFAULT,

}
export namespace FillRule {
export const $gtype: GObject.GType<FillRule>;
}
enum FillRule {

@@ -114,2 +134,6 @@ WINDING,

}
export namespace LineCap {
export const $gtype: GObject.GType<LineCap>;
}
enum LineCap {

@@ -120,2 +144,6 @@ BUTT,

}
export namespace LineJoin {
export const $gtype: GObject.GType<LineJoin>;
}
enum LineJoin {

@@ -126,5 +154,13 @@ MITER,

}
export namespace TextClusterFlags {
export const $gtype: GObject.GType<TextClusterFlags>;
}
enum TextClusterFlags {
BACKWARD,
}
export namespace FontSlant {
export const $gtype: GObject.GType<FontSlant>;
}
enum FontSlant {

@@ -135,2 +171,6 @@ NORMAL,

}
export namespace FontWeight {
export const $gtype: GObject.GType<FontWeight>;
}
enum FontWeight {

@@ -140,2 +180,6 @@ NORMAL,

}
export namespace SubpixelOrder {
export const $gtype: GObject.GType<SubpixelOrder>;
}
enum SubpixelOrder {

@@ -148,2 +192,6 @@ DEFAULT,

}
export namespace HintStyle {
export const $gtype: GObject.GType<HintStyle>;
}
enum HintStyle {

@@ -156,2 +204,6 @@ DEFAULT,

}
export namespace HintMetrics {
export const $gtype: GObject.GType<HintMetrics>;
}
enum HintMetrics {

@@ -162,2 +214,6 @@ DEFAULT,

}
export namespace FontType {
export const $gtype: GObject.GType<FontType>;
}
enum FontType {

@@ -170,2 +226,6 @@ TOY,

}
export namespace PathDataType {
export const $gtype: GObject.GType<PathDataType>;
}
enum PathDataType {

@@ -177,2 +237,6 @@ MOVE_TO,

}
export namespace DeviceType {
export const $gtype: GObject.GType<DeviceType>;
}
enum DeviceType {

@@ -189,2 +253,6 @@ DRM,

}
export namespace SurfaceType {
export const $gtype: GObject.GType<SurfaceType>;
}
enum SurfaceType {

@@ -217,2 +285,6 @@ IMAGE,

}
export namespace Format {
export const $gtype: GObject.GType<Format>;
}
enum Format {

@@ -227,2 +299,6 @@ INVALID,

}
export namespace PatternType {
export const $gtype: GObject.GType<PatternType>;
}
enum PatternType {

@@ -236,2 +312,6 @@ SOLID,

}
export namespace Extend {
export const $gtype: GObject.GType<Extend>;
}
enum Extend {

@@ -243,2 +323,6 @@ NONE,

}
export namespace Filter {
export const $gtype: GObject.GType<Filter>;
}
enum Filter {

@@ -252,2 +336,6 @@ FAST,

}
export namespace RegionOverlap {
export const $gtype: GObject.GType<RegionOverlap>;
}
enum RegionOverlap {

@@ -254,0 +342,0 @@ IN,

8

package.json
{
"name": "@girs/cairo-1.0",
"version": "1.0.0-4.0.0-beta.8",
"version": "1.0.0-4.0.0-beta.9",
"description": "GJS TypeScript type definitions for cairo-1.0, generated from library version 1.0.0",

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

"dependencies": {
"@girs/gjs": "^4.0.0-beta.8",
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.8",
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.8"
"@girs/gjs": "^4.0.0-beta.9",
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9"
},

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

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

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

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

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