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.3.1 to 0.3.2

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Mon, 12 Jul 2021 17:29:56 GMT",
"date": "Mon, 26 Jul 2021 15:59:47 GMT",
"tag": "@rnx-kit/config_v0.3.2",
"version": "0.3.2",
"comments": {
"patch": [
{
"author": "4123478+tido64@users.noreply.github.com",
"package": "@rnx-kit/config",
"comment": "Add 'core' as an alias for react-native for out-of-tree platform packages that have a dependency on `react-native` core code, and not the Android/iOS specific bits. Currently, one would have to add a random capability that resolves to `react-native`, e.g. `core-android`, despite the capability not really being used.",
"commit": "b02743b55c37ac6b32b11a747e01c2d43013f954"
}
]
}
},
{
"date": "Mon, 12 Jul 2021 17:30:15 GMT",
"tag": "@rnx-kit/config_v0.3.1",

@@ -8,0 +23,0 @@ "version": "0.3.1",

# Change Log - @rnx-kit/config
This log was last generated on Mon, 12 Jul 2021 17:29:56 GMT and should not be manually modified.
This log was last generated on Mon, 26 Jul 2021 15:59:47 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.2
Mon, 26 Jul 2021 15:59:47 GMT
### Patches
- Add 'core' as an alias for react-native for out-of-tree platform packages that have a dependency on `react-native` core code, and not the Android/iOS specific bits. Currently, one would have to add a random capability that resolves to `react-native`, e.g. `core-android`, despite the capability not really being used. (4123478+tido64@users.noreply.github.com)
## 0.3.1
Mon, 12 Jul 2021 17:29:56 GMT
Mon, 12 Jul 2021 17:30:15 GMT

@@ -11,0 +19,0 @@ ### Patches

2

lib/kitConfig.d.ts
import type { BundleConfig } from "./bundleConfig";
export declare type Capability = "core-android" | "core-ios" | "core-macos" | "core-windows" | "animation" | "base64" | "checkbox" | "clipboard" | "datetime-picker" | "filesystem" | "floating-action" | "gestures" | "hermes" | "hooks" | "html" | "lazy-index" | "masked-view" | "modal" | "navigation/native" | "navigation/stack" | "netinfo" | "popover" | "react" | "safe-area" | "screens" | "shimmer" | "sqlite" | "storage" | "svg" | "test-app" | "webview";
export declare type Capability = "core" | "core-android" | "core-ios" | "core-macos" | "core-windows" | "animation" | "base64" | "checkbox" | "clipboard" | "datetime-picker" | "filesystem" | "floating-action" | "gestures" | "hermes" | "hooks" | "html" | "lazy-index" | "masked-view" | "modal" | "navigation/native" | "navigation/stack" | "netinfo" | "popover" | "react" | "safe-area" | "screens" | "shimmer" | "sqlite" | "storage" | "svg" | "test-app" | "webview";
export declare type DependencyVersions = Record<string, string>;

@@ -4,0 +4,0 @@ export declare type GetDependencyVersions = () => DependencyVersions;

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

@@ -5,0 +5,0 @@ "license": "MIT",

import type { BundleConfig } from "./bundleConfig";
export type Capability =
| "core"
| "core-android"

@@ -5,0 +6,0 @@ | "core-ios"

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