Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frida/url

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frida/url - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"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() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc