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

react-native-gtk4

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gtk4 - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

.eslintrc.json

1

dist/generated/widgets/DragIcon.d.ts

@@ -7,3 +7,2 @@ import { Container, Gtk } from "../../index.js";

removeChild(child: Widget<any>): void;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -13,7 +13,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}

@@ -5,3 +5,2 @@ import { Container, Gtk } from "../../index.js";

createNode(container: Container, props: Record<string, any>): T;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -7,7 +7,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}

@@ -5,3 +5,2 @@ import { Container, Gtk } from "../../index.js";

createNode(container: Container, props: Record<string, any>): T;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -9,7 +9,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}

@@ -5,3 +5,2 @@ import { Container, Gtk } from "../../index.js";

createNode(container: Container, props: Record<string, any>): T;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -7,7 +7,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}

@@ -5,3 +5,2 @@ import { Container, Gtk } from "../../index.js";

createNode(container: Container, props: Record<string, any>): T;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -7,7 +7,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}

@@ -7,3 +7,2 @@ import { Container, Gtk } from "../../index.js";

removeChild(child: Widget<any>): void;
set(propName: string, newValue: any, oldValue: any): void;
}

@@ -13,7 +13,2 @@ import { Gtk } from "../../index.js";

}
set(propName, newValue, oldValue) {
super.set(propName, newValue, oldValue);
switch (propName) {
}
}
}
{
"name": "react-native-gtk4",
"version": "1.6.0",
"version": "1.6.1",
"description": "React renderer for GTK4 using node-gtk",

@@ -39,2 +39,6 @@ "main": "dist/index.js",

"@types/react-reconciler": "^0.28.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",

@@ -45,4 +49,5 @@ "typescript": "^5.1.6"

"build": "tsc",
"lint": "eslint src",
"codegen": "rm -rf src/generated && pnpm run --filter codegen generate && mv ../codegen/generated src/"
}
}
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