Socket
Socket
Sign inDemoInstall

snyk-module

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-module - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

2

lib/index.ts

@@ -91,3 +91,3 @@ const debug = require('debug')('snyk:module');

// git host from URL
function looksLikeUrl(str: string): gitHost {
function looksLikeUrl(str: string): gitHost | undefined {
if (str.slice(-1) === '/') {

@@ -94,0 +94,0 @@ // strip the trailing slash since we can't parse it properly anyway

@@ -38,5 +38,5 @@ {

"debug": "^4.1.1",
"hosted-git-info": "^3.0.4"
"hosted-git-info": "^4.0.2"
},
"version": "3.1.0"
"version": "3.2.0"
}
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