Socket
Socket
Sign inDemoInstall

githulk

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githulk - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

endpoints/repository.js

@@ -186,6 +186,8 @@ 'use strict';

var parsed = api.project(data[0].res.request.href)
, changed = parsed.user !== project.user
|| parsed.repo !== project.repo;
, changed;
args.fn(undefined, parsed, changed);
if (!parsed) changed = true;
else changed = parsed.user !== project.user || parsed.repo !== project.repo;
args.fn(undefined, parsed || project, changed);
});

@@ -192,0 +194,0 @@ };

{
"name": "githulk",
"version": "0.1.2",
"version": "0.1.3",
"description": "Small but powerful Github client",

@@ -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