Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@frida/url", | ||
"description": "Node.js's url module for Frida", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"publishConfig": { | ||
@@ -25,5 +25,5 @@ "access": "public" | ||
"dependencies": { | ||
"@frida/punycode": "^3.0.0", | ||
"@frida/querystring": "^1.0.0" | ||
"punycode": "^2.1.1", | ||
"querystring": "^0.2.1" | ||
} | ||
} |
@@ -22,4 +22,4 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
import { toASCII } from '@frida/punycode'; | ||
import querystring from '@frida/querystring'; | ||
import { toASCII } from 'punycode'; | ||
import querystring from 'querystring'; | ||
@@ -26,0 +26,0 @@ function Url() { |
32450
+ Addedpunycode@^2.1.1
+ Addedquerystring@^0.2.1
+ Addedpunycode@2.3.1(transitive)
+ Addedquerystring@0.2.1(transitive)
- Removed@frida/punycode@^3.0.0
- Removed@frida/querystring@^1.0.0
- Removed@frida/punycode@3.0.0(transitive)
- Removed@frida/querystring@1.0.0(transitive)