@frida/http
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -36,2 +36,2 @@ export const methods = [ | ||
]; | ||
export { HTTPParser } from '@frida/http-parser'; | ||
export { HTTPParser } from 'http-parser-js'; |
{ | ||
"name": "@frida/http", | ||
"description": "Node.js's http module for Frida", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"publishConfig": { | ||
@@ -27,4 +27,4 @@ "access": "public" | ||
"dependencies": { | ||
"@frida/http-parser": "^1.0.0" | ||
"http-parser-js": "^0.5.3" | ||
} | ||
} |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
79949
4
+ Addedhttp-parser-js@^0.5.3
+ Addedhttp-parser-js@0.5.9(transitive)
- Removed@frida/http-parser@^1.0.0