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

githubinator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubinator - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

functions/getGist.js

3

index.js

@@ -8,3 +8,4 @@ module.exports = {

getUserFollowers: require('./functions/getUserFollowers'),
getUserFollowing: require('./functions/getUserFollowing')
getUserFollowing: require('./functions/getUserFollowing'),
getGist: require('./functions/getGist')
};
{
"name": "githubinator",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "Fetching Data from https://github.com",
"main": "index.js",

@@ -16,3 +16,3 @@ "scripts": {

"author": "Angelo II#0007",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {

@@ -19,0 +19,0 @@ "node-fetch": "^2.6.1"

@@ -48,3 +48,7 @@ <div align="center">

|getUserRepos|Username|
|getGist|Github Gist ID|
## Changelog
- Added getGist method
<hr>

@@ -51,0 +55,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