Socket
Socket
Sign inDemoInstall

oberknecht-utils

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oberknecht-utils - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/utils/cleanChannelName.js
/** @param {String} channel */
function cleanChannelName(channel) {
if (!(channel ?? undefined)) return undefined;
return channel.trim().replace(/^#/g, "");
return channel.toString().trim().replace(/^#/g, "");
};
module.exports = cleanChannelName;
{
"name": "oberknecht-utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utils for oberknecht packages",

@@ -5,0 +5,0 @@ "main": "index.js",

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