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
414
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.0.0-canary.25 to 0.0.0-canary.26

17

CHANGELOG.json

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

{
"date": "Fri, 30 Oct 2020 05:07:13 GMT",
"date": "Sat, 31 Oct 2020 05:06:14 GMT",
"tag": "@react-native-windows/cli_v0.0.0-canary.26",
"version": "0.0.0-canary.26",
"comments": {
"prerelease": [
{
"comment": "Fix Generator Failing to Overwrite Template Files",
"author": "ngerlem@microsoft.com",
"commit": "0062f63ad8dd7f9f176fed8d1a4249a8a65c8748",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Fri, 30 Oct 2020 05:07:51 GMT",
"tag": "@react-native-windows/cli_v0.0.0-canary.25",

@@ -8,0 +23,0 @@ "version": "0.0.0-canary.25",

# Change Log - @react-native-windows/cli
This log was last generated on Fri, 30 Oct 2020 05:07:13 GMT and should not be manually modified.
This log was last generated on Sat, 31 Oct 2020 05:06:14 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.0-canary.26
Sat, 31 Oct 2020 05:06:14 GMT
### Changes
- Fix Generator Failing to Overwrite Template Files (ngerlem@microsoft.com)
## 0.0.0-canary.25
Fri, 30 Oct 2020 05:07:13 GMT
Fri, 30 Oct 2020 05:07:51 GMT

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

4

lib-commonjs/generator-common/index.js

@@ -207,3 +207,3 @@ "use strict";

`You can see the new version here: ${absoluteSrcFilePath}`);
const { shoudReplace } = await inquirer.prompt([
const { shouldReplace } = await inquirer.prompt([
{

@@ -216,3 +216,3 @@ name: 'shouldReplace',

]);
return shoudReplace ? 'overwrite' : 'keep';
return shouldReplace ? 'overwrite' : 'keep';
}

@@ -219,0 +219,0 @@ if (contentChanged === 'identical') {

{
"name": "@react-native-windows/cli",
"version": "0.0.0-canary.25",
"version": "0.0.0-canary.26",
"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