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

@rnx-kit/config

Package Overview
Dependencies
Maintainers
8
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.1 to 0.6.2

7

CHANGELOG.md
# Change Log - @rnx-kit/config
## 0.6.2
### Patch Changes
- Updated dependencies [f1dfcf6b]
- @rnx-kit/tools-node@2.0.0
## 0.6.1

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

7

lib/bundleConfig.d.ts

@@ -1,5 +0,6 @@

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector";
import type { Options as DuplicateDetectorOptions } from "@rnx-kit/metro-plugin-duplicates-checker";
import type { OutputOptions } from "metro";
import type { Options as EsbuildOptions } from "@rnx-kit/metro-serializer-esbuild";
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { OutputOptions } from "metro/shared/types";
export type TypeScriptValidationOptions = {

@@ -91,3 +92,3 @@ /**

*/
treeShake?: boolean;
treeShake?: boolean | EsbuildOptions;
/**

@@ -94,0 +95,0 @@ * List of plugins to add to the bundling process.

{
"name": "@rnx-kit/config",
"version": "0.6.1",
"version": "0.6.2",
"description": "Define and query information about a kit package",

@@ -22,3 +22,3 @@ "license": "MIT",

"@rnx-kit/console": "^1.0.11",
"@rnx-kit/tools-node": "^1.2.7",
"@rnx-kit/tools-node": "^2.0.0",
"lodash": "^4.17.21",

@@ -30,9 +30,13 @@ "semver": "^7.0.0"

"@rnx-kit/metro-plugin-duplicates-checker": "*",
"@rnx-kit/metro-serializer-esbuild": "*",
"@rnx-kit/scripts": "*",
"@rnx-kit/tools-react-native": "*",
"@types/lodash": "^4.14.172",
"@types/metro": "^0.66.0",
"@types/metro": "^0.76.0",
"@types/node": "^16.0.0",
"@types/semver": "^7.0.0",
"jest": "^27.0.0"
"eslint": "^8.0.0",
"jest": "^29.0.0",
"prettier": "^2.8.0",
"typescript": "^5.0.0"
},

@@ -39,0 +43,0 @@ "depcheck": {

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

<!--remove-block start-->
# @rnx-kit/config

@@ -8,4 +6,2 @@

<!--remove-block end-->
Query for a package's configuration.

@@ -12,0 +8,0 @@

@@ -1,5 +0,6 @@

import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector";
import type { Options as DuplicateDetectorOptions } from "@rnx-kit/metro-plugin-duplicates-checker";
import type { OutputOptions } from "metro";
import type { Options as EsbuildOptions } from "@rnx-kit/metro-serializer-esbuild";
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform";
import type { OutputOptions } from "metro/shared/types";

@@ -105,3 +106,3 @@ export type TypeScriptValidationOptions = {

*/
treeShake?: boolean;
treeShake?: boolean | EsbuildOptions;

@@ -108,0 +109,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

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

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