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

github4

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github4 - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

2

generate.js

@@ -97,2 +97,4 @@ #!/usr/bin/env node

commentLines.push(" * @apiExample {js} ex:\ngithub." + section + "." + funcName + "({ ... });");
return commentLines.join("\n") + "\n */\n\n";

@@ -99,0 +101,0 @@ }

2

package.json
{
"name": "github4",
"version": "0.2.13",
"version": "0.2.14",
"description": "NodeJS wrapper for the GitHub API",

@@ -5,0 +5,0 @@ "author": "Mike de Boer <info@mikedeboer.nl>",

@@ -132,6 +132,4 @@ ##### NOTE: [mikedeboer/node-github](https://github.com/mikedeboer/node-github) seems to no longer be maintained so I forked it here and am working on applying PRs and issues from that repo. See progress [here](https://github.com/kaizensoze/github4/wiki/Transition-from-upstream).

## Generate doc/tests
## Update docs/tests
Generate/update doc/tests.
```bash

@@ -141,3 +139,3 @@ $ node generate.js

## Update apidoc
Dev note for updating apidoc for github pages:

@@ -144,0 +142,0 @@ ```bash

Sorry, the diff of this file is too big to display

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