netrc-parser
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -14,3 +14,3 @@ export declare function parse(body: string): Machines; | ||
private readonly gpgEncryptArgs; | ||
private throw(err); | ||
private throw; | ||
} | ||
@@ -17,0 +17,0 @@ declare const _default: Netrc; |
{ | ||
"name": "netrc-parser", | ||
"description": "netrc parser", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"author": "Jeff Dickey (@jdxcode)", | ||
@@ -12,13 +12,13 @@ "bugs": "https://github.com/jdxcode/node-netrc-parser/issues", | ||
"devDependencies": { | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.3", | ||
"@oclif/tslint": "^2.0.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/execa": "^0.9.0", | ||
"@types/fs-extra": "^5.0.2", | ||
"@types/mocha": "^5.2.0", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/mocha": "^5.2.5", | ||
"chai": "^4.1.2", | ||
"fs-extra": "^6.0.0", | ||
"mocha": "^5.1.1", | ||
"ts-node": "^6.0.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.8.3" | ||
"fs-extra": "^7.0.0", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13692