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 3.0.1 to 3.0.2

5

lib/netrc.test.js

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

process.env.NETRC_PARSER_DEBUG = '1';
const skipOnWindows = process.platform === 'win32' ? test.skip : test;
test('can read system netrc', () => {

@@ -108,3 +109,3 @@ let netrc = new netrc_1.Netrc();

-----END PGP MESSAGE-----`;
test('good.gpg sync', () => {
skipOnWindows('good.gpg sync', () => {
const f = `tmp/netrc.gpg`;

@@ -120,3 +121,3 @@ fs.writeFileSync(f, gpgEncrypted);

});
test('good.gpg', () => tslib_1.__awaiter(this, void 0, void 0, function* () {
skipOnWindows('good.gpg', () => tslib_1.__awaiter(this, void 0, void 0, function* () {
const f = `tmp/netrc.gpg`;

@@ -123,0 +124,0 @@ yield fs.writeFile(f, gpgEncrypted);

3

package.json
{
"name": "netrc-parser",
"description": "netrc parser",
"version": "3.0.1",
"version": "3.0.2",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/jdxcode/node-netrc-parser/issues",
"dependencies": {
"execa": "^0.8.0",
"graceful-fs": "^4.1.11",

@@ -9,0 +10,0 @@ "lex": "^1.7.9"

# netrc-parser
[![Greenkeeper badge](https://badges.greenkeeper.io/jdxcode/node-netrc-parser.svg)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/jdxcode/node-netrc-parser/tree/master.svg?style=svg)](https://circleci.com/gh/jdxcode/node-netrc-parser/tree/master)
[![Build status](https://ci.appveyor.com/api/projects/status/vxkkab97cm9lnwb9/branch/master?svg=true)](https://ci.appveyor.com/project/Heroku/node-netrc-parser/branch/master)
[![codecov](https://codecov.io/gh/jdxcode/node-netrc-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/jdxcode/node-netrc-parser)
[![npm](https://img.shields.io/npm/v/netrc-parser.svg)](https://npmjs.org/package/netrc-parser)
[![npm](https://img.shields.io/npm/dw/netrc-parser.svg)](https://npmjs.org/package/netrc-parser)
[![npm](https://img.shields.io/npm/l/netrc-parser.svg)](https://github.com/jdxcode/node-netrc-parser/blob/master/package.json)
[![David](https://img.shields.io/david/jdxcode/node-netrc-parser.svg)](https://david-dm.org/jdxcode/node-netrc-parser)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

@@ -6,0 +13,0 @@ # API

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