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

@rnx-kit/dep-check

Package Overview
Dependencies
Maintainers
7
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/dep-check - npm Package Compare versions

Comparing version 1.12.22 to 1.12.23

2

lib/cli.d.ts
#!/usr/bin/env node
import type { Args } from "./types";
export declare function cli({ "package-json": packageJson, ...args }: Args): Promise<void>;
export declare function cli({ packages, ...args }: Args): Promise<void>;
//# sourceMappingURL=cli.d.ts.map

@@ -12,5 +12,5 @@ import type { Capability, KitType } from "@rnx-kit/config";

"exclude-packages"?: string | number;
"package-json"?: string | number;
"set-version"?: string | number;
init?: string;
packages?: (string | number)[];
vigilant?: string | number;

@@ -17,0 +17,0 @@ };

{
"name": "@rnx-kit/dep-check",
"version": "1.12.22",
"version": "1.12.23",
"description": "Dependency checker for React Native apps",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme",

@@ -33,7 +33,9 @@ <!--remove-block start-->

```sh
yarn rnx-dep-check [options] [/path/to/package.json]
yarn rnx-dep-check [options] [packages...]
```
Providing a path to `package.json` is optional. If omitted, it will look for one
using Node module resolution.
Listing paths to packages that should be checked is optional. If omitted,
dep-check will look for the closest `package.json` using Node module resolution.
If the target package is a root package defining workspaces, they will all be
included.

@@ -40,0 +42,0 @@ Examples:

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