New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

github-parse-link

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-parse-link - npm Package Compare versions

Comparing version
1.0.1
to
1.1.0
+1
-1
index.js
'use strict';
module.exports = function (link) {
if (typeof link !== 'string') {
throw new TypeError('Expected a string');
return {};
}

@@ -6,0 +6,0 @@

{
"name": "github-parse-link",
"version": "1.0.1",
"version": "1.1.0",
"description": "Parse GitHub link header response",

@@ -5,0 +5,0 @@ "license": "MIT",