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.4.9 to 0.4.10

19

CHANGELOG.json

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

{
"date": "Mon, 27 Sep 2021 12:28:28 GMT",
"date": "Wed, 29 Sep 2021 11:02:31 GMT",
"tag": "@rnx-kit/config_v0.4.10",
"version": "0.4.10",
"comments": {
"patch": [
{
"author": "lsciandra@microsoft.com",
"package": "@rnx-kit/config",
"comment": "add jest, add meta for core testing, stabilize core with react capability",
"commit": "9cc04af545d3c278daa05687277adbdabcff6eed"
}
]
}
},
{
"date": "Mon, 27 Sep 2021 12:28:41 GMT",
"tag": "@rnx-kit/config_v0.4.9",

@@ -15,3 +30,3 @@ "version": "0.4.9",

"comment": "Add react dom and test renderer to capabilities",
"commit": "f6c2283de92dd659a3847e8819a9175e164a56fe"
"commit": "e0c30adaae8b368a6c5b2d66dc9e69fdab5b8c71"
}

@@ -18,0 +33,0 @@ ]

# Change Log - @rnx-kit/config
This log was last generated on Mon, 27 Sep 2021 12:28:28 GMT and should not be manually modified.
This log was last generated on Wed, 29 Sep 2021 11:02:31 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.10
Wed, 29 Sep 2021 11:02:31 GMT
### Patches
- add jest, add meta for core testing, stabilize core with react capability (lsciandra@microsoft.com)
## 0.4.9
Mon, 27 Sep 2021 12:28:28 GMT
Mon, 27 Sep 2021 12:28:41 GMT

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

3

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

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

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

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

import type { BundleConfig } from "./bundleConfig";
import type { ServerConfig } from "./serverConfig";
export type MetaCapability = "core/testing";
export type Capability =
| MetaCapability
| "core"

@@ -22,2 +25,3 @@ | "core-android"

| "html"
| "jest"
| "lazy-index"

@@ -24,0 +28,0 @@ | "masked-view"

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