Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

netrc-parser

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netrc-parser - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

lib/netrc.js

@@ -144,3 +144,3 @@ const fs = require('fs');

function homedir() {
return os.platform === 'win32' && (process.env.HOME || process.env.HOMEDRIVE && process.env.HOMEPATH && path.join(process.env.HOMEDRIVE, process.env.HOMEPATH) || process.env.USERPROFILE) || os.homedir() || os.tmpdir();
return os.platform() === 'win32' && (process.env.HOME || process.env.HOMEDRIVE && process.env.HOMEPATH && path.join(process.env.HOMEDRIVE, process.env.HOMEPATH) || process.env.USERPROFILE) || os.homedir() || os.tmpdir();
}

@@ -147,0 +147,0 @@

{
"name": "netrc-parser",
"description": "netrc parser",
"version": "2.0.5",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/dickeyxxx/node-netrc-parser/issues",
"version": "2.0.6",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/jdxcode/node-netrc-parser/issues",
"dependencies": {

@@ -27,3 +27,3 @@ "lex": "^1.7.9"

],
"homepage": "https://github.com/dickeyxxx/node-netrc-parser",
"homepage": "https://github.com/jdxcode/node-netrc-parser",
"keywords": [

@@ -34,3 +34,3 @@ "netrc"

"main": "lib/netrc.js",
"repository": "dickeyxxx/node-netrc-parser",
"repository": "jdxcode/node-netrc-parser",
"scripts": {

@@ -37,0 +37,0 @@ "build": "babel src -d lib --ignore '*.test.js'",

@@ -12,3 +12,3 @@ # netrc-parser

[src/netrc.js:211-318](https://github.com/jdxcode/node-netrc-parser/blob/aa2bbe022741d24bcd5e5b7fbb7315d50ce942ea/src/netrc.js#L211-L318 "Source code on GitHub")
[src/netrc.js:211-318](https://github.com/jdxcode/node-netrc-parser/blob/cfbdbb9020ee87a353f88ea423a36375e79da2e0/src/netrc.js#L211-L318 "Source code on GitHub")

@@ -19,3 +19,3 @@ parses a netrc file

[src/netrc.js:219-228](https://github.com/jdxcode/node-netrc-parser/blob/aa2bbe022741d24bcd5e5b7fbb7315d50ce942ea/src/netrc.js#L219-L228 "Source code on GitHub")
[src/netrc.js:219-228](https://github.com/jdxcode/node-netrc-parser/blob/cfbdbb9020ee87a353f88ea423a36375e79da2e0/src/netrc.js#L219-L228 "Source code on GitHub")

@@ -38,3 +38,3 @@ generates or parses a netrc file

[src/netrc.js:243-267](https://github.com/jdxcode/node-netrc-parser/blob/aa2bbe022741d24bcd5e5b7fbb7315d50ce942ea/src/netrc.js#L243-L267 "Source code on GitHub")
[src/netrc.js:243-267](https://github.com/jdxcode/node-netrc-parser/blob/cfbdbb9020ee87a353f88ea423a36375e79da2e0/src/netrc.js#L243-L267 "Source code on GitHub")

@@ -41,0 +41,0 @@ save the current home netrc with any changes

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