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

@rnx-kit/config

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rnx-kit/config - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

2

lib/bundleConfig.d.ts

@@ -5,3 +5,3 @@ import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector";

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { OutputOptions } from "metro/shared/types";
import type { OutputOptions } from "metro/src/shared/types";
export type TypeScriptValidationOptions = {

@@ -8,0 +8,0 @@ /**

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { BundleConfig } from "./bundleConfig";
import type { KitConfig } from "./kitConfig";
import type { BundleConfig } from "./bundleConfig";
/**

@@ -5,0 +5,0 @@ * Get a bundle configuration from the rnx-kit configuration.

@@ -7,4 +7,4 @@ "use strict";

exports.getKitConfig = void 0;
const tools_node_1 = require("@rnx-kit/tools-node");
const path_1 = __importDefault(require("path"));
const tools_node_1 = require("@rnx-kit/tools-node");
/**

@@ -11,0 +11,0 @@ * Query for a package's rnx-kit configuration.

{
"name": "@rnx-kit/config",
"version": "0.6.4",
"version": "0.6.5",
"description": "Define and query information about a kit package",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/config#readme",
"license": "MIT",
"files": [
"lib/*",
"src/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"typescript": "./src/index.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"repository": {

@@ -21,4 +34,4 @@ "type": "git",

"dependencies": {
"@rnx-kit/console": "^1.0.11",
"@rnx-kit/tools-node": "^2.0.0",
"@rnx-kit/console": "^1.0.12",
"@rnx-kit/tools-node": "^2.0.1",
"semver": "^7.0.0"

@@ -32,3 +45,2 @@ },

"@rnx-kit/tools-react-native": "*",
"@types/metro": "^0.76.0",
"@types/node": "^18.0.0",

@@ -38,3 +50,3 @@ "@types/semver": "^7.0.0",

"jest": "^29.2.1",
"prettier": "^2.8.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0"

@@ -41,0 +53,0 @@ },

@@ -5,3 +5,3 @@ import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector";

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { OutputOptions } from "metro/shared/types";
import type { OutputOptions } from "metro/src/shared/types";

@@ -8,0 +8,0 @@ export type TypeScriptValidationOptions = {

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { BundleConfig, BundleParameters } from "./bundleConfig";
import type { KitConfig } from "./kitConfig";
import type { BundleParameters, BundleConfig } from "./bundleConfig";

@@ -5,0 +5,0 @@ function failOnUnsupportedProp(

@@ -0,3 +1,3 @@

import { readPackage } from "@rnx-kit/tools-node";
import path from "path";
import { readPackage } from "@rnx-kit/tools-node";
import type { KitConfig } from "./kitConfig";

@@ -4,0 +4,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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