New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

frida-java-bridge

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frida-java-bridge - npm Package Compare versions

Comparing version
7.0.11
to
7.0.12
+2
-2
lib/class-model.js

@@ -1324,3 +1324,3 @@ import { withRunnableArtThread, getArtClassSpec, getArtMethodSpec, getArtFieldSpec, getApi } from './android.js';

const api = getApi();
const { jvmti } = api;
const { jvmti = null } = api;

@@ -1347,3 +1347,3 @@ const { pointerSize } = Process;

[
jvmti,
(jvmti !== null) ? jvmti : NULL,
getDeclaredMethods, getDeclaredFields,

@@ -1350,0 +1350,0 @@ method.getName, method.getModifiers,

{
"name": "frida-java-bridge",
"version": "7.0.11",
"version": "7.0.12",
"description": "Java runtime interop from Frida",

@@ -5,0 +5,0 @@ "keywords": [