@frida/http
Advanced tools
Comparing version 4.0.1 to 4.0.2
import EventEmitter from 'events'; | ||
import net from 'net'; | ||
import process from 'process'; | ||
import util from 'util'; | ||
@@ -4,0 +5,0 @@ |
@@ -13,2 +13,3 @@ import { globalAgent } from './_http_agent.js'; | ||
import net from 'net'; | ||
import process from 'process'; | ||
import url from 'url'; | ||
@@ -15,0 +16,0 @@ import util from 'util'; |
@@ -9,2 +9,3 @@ import { | ||
import { Buffer } from 'buffer'; | ||
import process from 'process'; | ||
import Stream from 'stream'; | ||
@@ -11,0 +12,0 @@ import timers from 'timers'; |
{ | ||
"name": "@frida/http", | ||
"description": "Node.js's http module for Frida", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "access": "public" |
80042
2354