frida 17.7.0 → 17.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "17.7.0",
3
+ "version": "17.7.2",
4
4
  "authors": [
5
5
  "Frida Developers"
6
6
  ],
@@ -691,17 +691,9 @@ fdn_variant_from_value (napi_env env,
691
691
  napi_get_property (env, first, desc_prop, &desc);
692
692
  fdn_utf8_from_value (env, desc, &type);
693
693
 
694
- if (strcmp (type, "uint64") == 0)
695
- {
696
- gint64 i;
697
-
698
- if (!fdn_int64_from_value (env, second, &i))
699
- return FALSE;
700
-
701
- val = g_variant_ref_sink (g_variant_new_uint64 ((guint64) i));
702
- }
703
- else if (!fdn_variant_from_value (env, second, &val))
694
+ if (!fdn_variant_from_value (env, second, &val))
704
695
  {
696
+ g_free (type);
705
697
  return FALSE;
706
698
  }
707
699
 
@@ -1,6 +1,6 @@
1
1
  [wrap-git]
2
2
  url = https://github.com/frida/frida-core.git
3
- revision = 17.7.0
3
+ revision = 17.7.2
4
4
  depth = 1
5
5
 
6
6
  [provide]