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

ado-npm-auth

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ado-npm-auth - npm Package Compare versions

Comparing version

to
0.3.2

1

lib/args.d.ts

@@ -5,4 +5,5 @@ export interface Args {

configFile?: string;
azureAuthLocation?: string;
}
export declare function parseArgs(args: string[]): Args;
//# sourceMappingURL=args.d.ts.map

@@ -8,2 +8,3 @@ import { Feed, FileProvider } from "../fileProvider.js";

writeWorkspaceRegistries(feedsToPatch: Iterable<Feed>): Promise<void>;
writeYarnRc(filePath: string, yarnrc: YarnRc): Promise<void>;
paseYarnRc(filePath: string): Promise<YarnRc>;

@@ -10,0 +11,0 @@ }

8

package.json
{
"name": "ado-npm-auth",
"version": "0.3.1",
"version": "0.3.2",
"description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.",

@@ -25,4 +25,4 @@ "repository": "https://github.com/microsoft/ado-npm-auth",

"bundle": "npm run bundleBin && npm run bundleIndex",
"bundleBin": "esbuild --sourcemap --bundle --minify --platform=node src/cli.ts --outfile=dist/ado-npm-auth.cjs",
"bundleIndex": "esbuild --sourcemap --bundle --minify --platform=node --format=esm src/index.ts --outfile=dist/index.js",
"bundleBin": "esbuild --sourcemap=external --bundle --minify --platform=node src/cli.ts --outfile=dist/ado-npm-auth.cjs",
"bundleIndex": "esbuild --sourcemap=external --bundle --minify --platform=node --format=esm src/index.ts --outfile=dist/index.js",
"lint": "prettier --check src/**/*.ts",

@@ -36,3 +36,3 @@ "performance-test": "node lib/tests/performance.test.js",

"devDependencies": {
"@npmcli/config": "^4.0.1",
"@npmcli/config": "^10.0.0",
"@types/js-yaml": "4.0.9",

@@ -39,0 +39,0 @@ "@types/node": "^20.5.9",

Sorry, the diff of this file is not supported yet

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