Socket
Book a DemoInstallSign in
Socket

@brandingbrand/code-cli-kit

Package Overview
Dependencies
Maintainers
18
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandingbrand/code-cli-kit - npm Package Compare versions

Comparing version

to
14.1.0-alpha-20250804182102

8

CHANGELOG.md
# @brandingbrand/code-cli-kit
## 14.1.0-alpha-20250804182102
### Minor Changes
- 621cd02: React Native 0.80 support
- 3c72a1e: Pin simple-plist to V1.3.x to prevent errors with newer version
- 4fbeb64: React Native 0.79 support
## 14.0.0

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

4

package.json
{
"name": "@brandingbrand/code-cli-kit",
"version": "14.0.0",
"version": "14.1.0-alpha-20250804182102",
"description": "tools for Flagship Code react-native application",

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

"semver": "^7.6.2",
"simple-plist": "^1.3.1",
"simple-plist": "~1.3.1",
"xcode": "^3.0.2-nightly.20240423000755527.sha.5158ec51"

@@ -31,0 +31,0 @@ },

@@ -115,3 +115,12 @@ import * as t from 'io-ts';

*/
profile: '0.72' | '0.73' | '0.74' | '0.75' | '0.76' | '0.77' | '0.78';
profile:
| '0.72'
| '0.73'
| '0.74'
| '0.75'
| '0.76'
| '0.77'
| '0.78'
| '0.79'
| '0.80';

@@ -118,0 +127,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display