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

octokit-auth-netrc

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octokit-auth-netrc - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

2

lib/index.cjs.js

@@ -13,3 +13,3 @@ 'use strict';

function netrcAuth () {
const githubCredentials = netrc__default['default']()['api.github.com'];
const githubCredentials = netrc__default["default"]()['api.github.com'];

@@ -16,0 +16,0 @@ if (githubCredentials) return authToken.createTokenAuth(githubCredentials.login);

@@ -5,3 +5,6 @@ {

"license": "MIT",
"version": "1.0.1",
"version": "2.0.0",
"engines": {
"node": "^14.15 || >=16"
},
"files": [

@@ -47,37 +50,39 @@ "example.js",

"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
"prepare": "husky install"
"prepare": "husky install",
"lint:engines": "ls-engines"
},
"devDependencies": {
"@babel/register": "7.13.16",
"@octokit/core": "3.4.0",
"@travi/any": "2.0.16",
"@travi/babel-preset": "3.0.56",
"@travi/eslint-config": "1.0.72",
"@travi/eslint-config-cucumber": "1.0.5",
"@travi/eslint-config-mocha": "1.0.10",
"ban-sensitive-files": "1.9.15",
"chai": "4.3.4",
"codecov": "3.8.2",
"commitlint-config-travi": "1.3.16",
"cucumber": "6.0.5",
"@babel/register": "7.17.7",
"@cucumber/cucumber": "8.1.2",
"@octokit/core": "3.6.0",
"@travi/any": "2.0.20",
"@travi/babel-preset": "3.0.84",
"@travi/eslint-config": "1.0.92",
"@travi/eslint-config-cucumber": "1.0.6",
"@travi/eslint-config-mocha": "1.0.17",
"ban-sensitive-files": "1.9.18",
"chai": "4.3.6",
"codecov": "3.8.3",
"commitlint-config-travi": "1.4.11",
"cz-conventional-changelog": "3.3.0",
"debug": "4.3.1",
"gherkin-lint": "4.2.1",
"http-status-codes": "2.1.4",
"husky": "6.0.0",
"lockfile-lint": "4.6.2",
"mocha": "8.4.0",
"mock-fs": "5.0.0",
"nock": "13.0.11",
"debug": "4.3.4",
"gherkin-lint": "4.2.2",
"http-status-codes": "2.2.0",
"husky": "7.0.4",
"lockfile-lint": "4.7.4",
"ls-engines": "0.6.5",
"mocha": "10.0.0",
"mock-fs": "5.1.2",
"nock": "13.2.4",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"package-preview": "4.0.0",
"remark-cli": "9.0.0",
"remark-preset-lint-travi": "1.3.13",
"remark-toc": "7.2.0",
"remark-usage": "9.0.0",
"remark-cli": "10.0.1",
"remark-preset-lint-travi": "3.0.0",
"remark-toc": "8.0.1",
"remark-usage": "10.0.1",
"rimraf": "3.0.2",
"rollup": "2.49.0",
"rollup": "2.71.1",
"rollup-plugin-auto-external": "2.0.0",
"sinon": "10.0.0"
"sinon": "13.0.2"
},

@@ -84,0 +89,0 @@ "dependencies": {

@@ -34,2 +34,3 @@ # octokit-auth-netrc

[![Try octokit-auth-netrc on RunKit][runkit-badge]][runkit-link]
![node][node-badge]

@@ -143,1 +144,3 @@ <!--consumer-badges end -->

[github-actions-ci-badge]: https://github.com/travi/octokit-auth-netrc/workflows/Node.js%20CI/badge.svg
[node-badge]: https://img.shields.io/node/v/octokit-auth-netrc?logo=node.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