Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

webview

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webview - npm Package Compare versions

Comparing version
0.1
to
0.1.1
+1
-1
PKG-INFO
Metadata-Version: 1.0
Name: webview
Version: 0.1
Version: 0.1.1
Summary: Python WebView bindings

@@ -5,0 +5,0 @@ Home-page: https://github.com/zserge/webview

@@ -37,3 +37,3 @@ #!/bin/env python

packages = ['webview'],
version = '0.1',
version = '0.1.1',
description = 'Python WebView bindings',

@@ -40,0 +40,0 @@ author = 'Serge Zaitsev',

@@ -6,3 +6,3 @@ #include <Python.h>

#define WEBVIEW_IMPLEMENTATION
#include "../../../webview.h"
#include "webview.h"

@@ -9,0 +9,0 @@ typedef struct { PyObject_HEAD struct webview w; } WebView;