New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hasdep

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hasdep - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

config-internal.default.json

7

index.js

@@ -179,3 +179,8 @@ "use strict";

if (err) {
throw err;
console.log(err);
if (err.code !== 404) {
throw err;
}
return;
}

@@ -182,0 +187,0 @@

2

package.json
{
"name": "hasdep",
"version": "1.2.0",
"version": "1.2.1",
"description": "Check for a dependency (and version) across a Github Org or specific repo",

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

@@ -29,14 +29,15 @@ #hasdep

`cp config.default.json ~/hasdep-config.json`
`cp config-public.default.json ~/hasdep-config.json`
If you're searching Github.com, you're good to proceed.
If you're searching an internal github instance, change `host` to the correct domain. E.g. if your
Github instance is at `https://github02.acme-anvils.com` you would set:
If you're searching an internal github instance, use config-internal.default.json and
change `host` to the correct domain. E.g. if your Github instance is at
`https://github02.acme-anvils.com` you would set:
`host: "github02.acme-anvils.com",`
in `config.json`.
in `hasdep-config.json`.
You probably don't want to accidentally commit that value to a public repo, which is why `config.json`
You probably don't want to accidentally commit that value to a public repo, which is why `hasdep-config.json`
is in `.gitignore`. Information Leakage is a genuine security threat, folks.

@@ -43,0 +44,0 @@

Sorry, the diff of this file is not supported yet

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