Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ntfy

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntfy - npm Package Compare versions

Comparing version
1.14.0
to
1.14.1
+1
-1
dist/NtfyClient.js

@@ -88,3 +88,3 @@ import { URL } from 'node:url';

if (typeof publishConfig.authorization === 'string') {
requestConfig.headers.Authorization = `Basic ${publishConfig.authorization}`;
requestConfig.headers.Authorization = `Bearer ${publishConfig.authorization}`;
}

@@ -91,0 +91,0 @@ else {

@@ -30,4 +30,4 @@ {

"type": "module",
"version": "1.14.0",
"gitHead": "b968c846095113cbe57fbdd34e4593a4dea8a1c9"
"version": "1.14.1",
"gitHead": "ba772186f0c4fb05492ef586666b8e44faefe71d"
}