🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

web-request-rpc

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-request-rpc - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+5
-0
CHANGELOG.md
# web-request-rpc ChangeLog
## 2.0.1 - 2022-11-09
### Fixed
- Mark inline dialog and iframe as unselectable to avoid chromium focus bug.
## 2.0.0 - 2022-06-13

@@ -4,0 +9,0 @@

+1
-1
{
"name": "web-request-rpc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Web Request RPC",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,2 +29,4 @@ /*!

overflow: 'hidden',
// prevent focus bug in chrome
'user-select': 'none',
'z-index': 1000000

@@ -72,3 +74,5 @@ });

padding: 0,
'flex-grow': 1
'flex-grow': 1,
// prevent focus bug in chrome
'user-select': 'none'
});

@@ -75,0 +79,0 @@