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

@react-native-windows/cli

Package Overview
Dependencies
Maintainers
2
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-windows/cli - npm Package Compare versions

Comparing version 0.67.0 to 0.67.1

48

CHANGELOG.json

@@ -5,2 +5,50 @@ {

{
"date": "Mon, 21 Feb 2022 16:17:54 GMT",
"tag": "@react-native-windows/cli_v0.67.1",
"version": "0.67.1",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "e39dac4d04db1f1f8dd932b7348b37b48cca422b",
"comment": "[0.67] fix(cli): fix cache not being used when there are no dependencies"
}
]
}
},
{
"date": "Mon, 24 Jan 2022 16:13:22 GMT",
"tag": "@react-native-windows/cli_v0.67.0",
"version": "0.67.0",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "not available",
"comment": "[0.67] Remove ADO NuGet feed from config for new projects"
},
{
"author": "ngerlem@microsoft.com",
"package": "@react-native-windows/cli",
"commit": "not available",
"comment": "Promote 0.67 to latest"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/package-utils to v0.67.0",
"commit": "f3ec055a5554558b61b538fcb405719a00249bef"
},
{
"author": "beachball",
"package": "@react-native-windows/cli",
"comment": "Bump @react-native-windows/telemetry to v0.67.0",
"commit": "f3ec055a5554558b61b538fcb405719a00249bef"
}
]
}
},
{
"date": "Mon, 24 Jan 2022 16:12:31 GMT",

@@ -7,0 +55,0 @@ "tag": "@react-native-windows/cli_v0.67.0",

21

CHANGELOG.md
# Change Log - @react-native-windows/cli
This log was last generated on Mon, 24 Jan 2022 16:12:31 GMT and should not be manually modified.
This log was last generated on Mon, 21 Feb 2022 16:17:54 GMT and should not be manually modified.
<!-- Start content -->
## 0.67.1
Mon, 21 Feb 2022 16:17:54 GMT
### Patches
- [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
## 0.67.0
Mon, 24 Jan 2022 16:13:22 GMT
### Patches
- [0.67] Remove ADO NuGet feed from config for new projects (jthysell@microsoft.com)
- Promote 0.67 to latest (ngerlem@microsoft.com)
- Bump @react-native-windows/package-utils to v0.67.0
- Bump @react-native-windows/telemetry to v0.67.0
## 0.67.0
Mon, 24 Jan 2022 16:12:31 GMT

@@ -10,0 +29,0 @@

2

lib-commonjs/runWindows/utils/autolink.d.ts

@@ -49,3 +49,3 @@ /**

/** Cache of dependencies */
private readonly windowsDependencies;
private windowsDependencies;
private getWindowsDependencies;

@@ -52,0 +52,0 @@ /**

@@ -51,4 +51,2 @@ "use strict";

this.options = options;
/** Cache of dependencies */
this.windowsDependencies = {};
this.changesNecessary = false;

@@ -261,3 +259,4 @@ if (!('windows' in this.projectConfig) ||

getWindowsDependencies() {
if (Object.keys(this.windowsDependencies).length === 0) {
if (!this.windowsDependencies) {
this.windowsDependencies = {};
for (const dependencyName of Object.keys(this.dependenciesConfig)) {

@@ -264,0 +263,0 @@ const windowsDependency = this

{
"name": "@react-native-windows/cli",
"version": "0.67.0",
"version": "0.67.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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