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

adnf

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adnf - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

2

dist/adnf.js

@@ -52,3 +52,3 @@ const C = (e) => "File" in window && e instanceof File, H = (e) => e instanceof FormData, D = (e) => {

const r = new URL(e, "https://developer.mozilla.org"), o = Object.fromEntries(r.searchParams), i = Object.fromEntries(new URLSearchParams(t)), u = n ? i : { ...o, ...i }, s = Object.entries(u).toSorted(([d], [y]) => d.localeCompare(y)), f = new URLSearchParams(s).toString(), c = f ? `?${f}` : "";
return q(e) ? `${r.origin}${r.pathname}${c}` : `${r.pathname}${c}`;
return e ? q(e) ? `${r.origin}${r.pathname}${c}` : `${r.pathname}${c}` : c;
}, g = (e) => (Array.isArray(e) ? e : [e]).join("/"), q = (e) => {

@@ -55,0 +55,0 @@ try {

{
"name": "adnf",
"version": "0.0.31",
"version": "0.0.32",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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