Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@frida/url", | ||
"description": "Node.js's url module for Frida", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"publishConfig": { | ||
@@ -25,5 +25,5 @@ "access": "public" | ||
"dependencies": { | ||
"punycode": "^2.1.1", | ||
"querystring": "^0.2.1" | ||
"@frida/punycode": "^3.0.0", | ||
"@frida/querystring": "^1.0.0" | ||
} | ||
} |
@@ -22,4 +22,4 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
import { toASCII } from 'punycode'; | ||
import querystring from 'querystring'; | ||
import { toASCII } from '@frida/punycode'; | ||
import querystring from '@frida/querystring'; | ||
@@ -26,0 +26,0 @@ function Url() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32478
+ Added@frida/punycode@^3.0.0
+ Added@frida/querystring@^1.0.0
+ Added@frida/punycode@3.0.0(transitive)
+ Added@frida/querystring@1.0.0(transitive)
- Removedpunycode@^2.1.1
- Removedquerystring@^0.2.1
- Removedpunycode@2.3.1(transitive)
- Removedquerystring@0.2.1(transitive)