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
8
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.1.3 to 2.1.4

1

lib/preset.d.ts

@@ -9,2 +9,3 @@ /// <reference types="node" />

};
export declare function ensurePreset(preset: Preset, requirements: string[]): void;
export declare function parseRequirements(requirements: string[]): [string, string][];

@@ -11,0 +12,0 @@ /**

{
"name": "@rnx-kit/align-deps",
"version": "2.1.3",
"version": "2.1.4",
"description": "Manage dependencies within a repository and across many repositories",

@@ -44,2 +44,4 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",

"detect-indent": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^27.0.0",
"jest-diff": "^27.0.0",

@@ -49,4 +51,6 @@ "lodash": "^4.17.21",

"package-json": "^8.0.0",
"prettier": "^2.8.0",
"prompts": "^2.4.0",
"semver": "^7.0.0",
"typescript": "^4.0.0",
"yargs": "^16.0.0"

@@ -53,0 +57,0 @@ },

@@ -42,2 +42,12 @@ <!--remove-block start-->

You can also run this tool using `npx`
```sh
npx @rnx-kit/align-deps@latest [options] [packages...]
```
but note that profiles may change between each run. We therefore don't recommend
that you use `npx` if you intend to run this tool on CI or as part of
post-install. It should be fine if you run it manually.
## Usage

@@ -44,0 +54,0 @@

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