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

@rnx-kit/align-deps

Package Overview
Dependencies
Maintainers
7
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/align-deps - npm Package Compare versions

Comparing version 2.3.4 to 2.4.0

5

lib/cli.d.ts

@@ -24,2 +24,7 @@ #!/usr/bin/env node

};
"no-unmanaged": {
default: boolean;
description: string;
type: string;
};
presets: {

@@ -26,0 +31,0 @@ description: string;

2

lib/commands/vigilant.d.ts

@@ -41,3 +41,3 @@ import type { PackageManifest } from "@rnx-kit/tools-node/package";

*/
export declare function checkPackageManifestUnconfigured(manifestPath: string, { excludePackages, write }: Options, config: AlignDepsConfig, logError?: {
export declare function checkPackageManifestUnconfigured(manifestPath: string, { excludePackages, noUnmanaged, write }: Options, config: AlignDepsConfig, logError?: {
(...data: any[]): void;

@@ -44,0 +44,0 @@ (message?: any, ...optionalParams: any[]): void;

@@ -30,2 +30,3 @@ import type { Capability, KitConfig, KitType } from "@rnx-kit/config";

migrateConfig: boolean;
noUnmanaged: boolean;
verbose: boolean;

@@ -39,2 +40,3 @@ write: boolean;

"migrate-config": boolean;
"no-unmanaged": boolean;
"set-version"?: string | number;

@@ -47,3 +49,3 @@ init?: string;

export type DependencyType = "direct" | "development" | "peer";
export type ErrorCode = "success" | "excluded" | "invalid-app-requirements" | "invalid-configuration" | "invalid-manifest" | "missing-react-native" | "not-configured" | "unsatisfied";
export type ErrorCode = "success" | "excluded" | "invalid-app-requirements" | "invalid-configuration" | "invalid-manifest" | "missing-react-native" | "not-configured" | "unmanaged-capabilities" | "unsatisfied";
export type Command = (manifest: string) => ErrorCode;

@@ -50,0 +52,0 @@ export type MetaPackage = {

{
"name": "@rnx-kit/align-deps",
"version": "2.3.4",
"version": "2.4.0",
"description": "Manage dependencies within a repository and across many repositories",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",
"license": "MIT",
"author": {
"name": "Microsoft Open Source",
"email": "microsoftopensource@users.noreply.github.com"
},
"files": [

@@ -46,3 +50,3 @@ "lib/**/*.d.ts",

"detect-indent": "^6.0.0",
"eslint": "^8.23.0",
"eslint": "^8.56.0",
"jest": "^29.2.1",

@@ -49,0 +53,0 @@ "markdown-table": "^3.0.0",

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

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

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