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

@bonniernews/b0rker

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/b0rker - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

lib/utils/parse-url.js

6

lib/http.js

@@ -8,2 +8,4 @@ import GoogleAuth from "google-auth-library";

import parseUrl from "./utils/parse-url.js";
const auth = new GoogleAuth.GoogleAuth();

@@ -59,7 +61,7 @@

function baseOpts(params) {
if (params.baseUrl) return { url: `${params.baseUrl}${params.path}`, audience: params.audience };
if (params.baseUrl) return { url: parseUrl(params.baseUrl, params.path), audience: params.audience };
assert(config.gcpProxy, "gcpProxy config is missing");
return { url: `${config.gcpProxy.url}${params.path}`, audience: config.gcpProxy.audience };
return { url: parseUrl(config.gcpProxy.url, params.path), audience: config.gcpProxy.audience };
}

@@ -66,0 +68,0 @@

{
"name": "@bonniernews/b0rker",
"version": "10.1.0",
"version": "10.1.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=18"

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