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.15 to 1.12.16

lib/presets/banned.d.ts

5

lib/profiles.d.ts

@@ -1,4 +0,2 @@

import type { Profile, ProfilesInfo, ProfileVersion } from "./types";
declare type ProfileMap = Record<ProfileVersion, Profile>;
export declare const defaultProfiles: Readonly<ProfileMap>;
import type { Profile, ProfileMap, ProfilesInfo, ProfileVersion } from "./types";
export declare function loadCustomProfiles(customProfilesPath: string | undefined): Partial<ProfileMap>;

@@ -10,3 +8,2 @@ export declare function getProfileVersionsFor(reactVersionRange: string | ProfileVersion[]): ProfileVersion[];

export declare function resolveCustomProfiles(projectRoot: string, profilesPath: string | undefined): string | undefined;
export {};
//# sourceMappingURL=profiles.d.ts.map

1

lib/types.d.ts

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

export declare type ProfileVersion = "0.61" | "0.62" | "0.63" | "0.64" | "0.65" | "0.66" | "0.67" | "0.68";
export declare type ProfileMap = Record<ProfileVersion, Profile>;
export declare type ProfilesInfo = {

@@ -60,0 +61,0 @@ supportedProfiles: Profile[];

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

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

},
"dependencies": {
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/tools-language": "^1.2.6",
"@rnx-kit/tools-node": "^1.2.7"
},
"devDependencies": {
"@rnx-kit/config": "*",
"@rnx-kit/console": "*",
"@rnx-kit/scripts": "*",
"@rnx-kit/tools-language": "*",
"@rnx-kit/tools-node": "*",
"@types/jest": "^27.0.0",

@@ -40,0 +38,0 @@ "@types/lodash": "^4.14.172",

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