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

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

Comparing version 2.50.1-3.3.0 to 2.52.0-4.0.0-beta.2

6

atk-1.0-ambient.d.ts
declare module 'gi://Atk?version=1.0' {
import Atk10 from '@girs/atk-1.0';
export default Atk10;
import Atk from '@girs/atk-1.0';
export default Atk;
}
declare module 'gi://Atk' {
import Atk10 from '@girs/atk-1.0';
import Atk10 from 'gi://Atk?version=1.0';
export default Atk10;

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

// @ts-expect-error

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

{
"name": "@girs/atk-1.0",
"version": "2.50.1-3.3.0",
"description": "GJS TypeScript type definitions for Atk-1.0, generated from library version 2.50.1",
"version": "2.52.0-4.0.0-beta.2",
"description": "GJS TypeScript type definitions for Atk-1.0, generated from library version 2.52.0",
"type": "module",

@@ -11,2 +11,3 @@ "module": "atk-1.0.js",

"types": "./atk-1.0-ambient.d.ts",
"import": "./atk-1.0-ambient.js",
"default": "./atk-1.0-ambient.js"

@@ -16,24 +17,18 @@ },

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

@@ -40,0 +35,0 @@ "devDependencies": {

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

GJS TypeScript type definitions for Atk-1.0, generated from library version 2.50.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
GJS TypeScript type definitions for Atk-1.0, generated from library version 2.52.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.2.
ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications.

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