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.64.0-preview.6 to 0.64.0-preview.7

17

CHANGELOG.json

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

{
"date": "Mon, 01 Feb 2021 15:06:57 GMT",
"date": "Mon, 15 Feb 2021 15:06:45 GMT",
"tag": "@react-native-windows/cli_v0.64.0-preview.7",
"version": "0.64.0-preview.7",
"comments": {
"prerelease": [
{
"comment": "Rename BuildProps to ExperimentalFeatures",
"author": "ngerlem@microsoft.com",
"commit": "a67ee081e6b000953cb6387e5c87209c7a6c122c",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Mon, 01 Feb 2021 15:07:32 GMT",
"tag": "@react-native-windows/cli_v0.64.0-preview.6",

@@ -8,0 +23,0 @@ "version": "0.64.0-preview.6",

# Change Log - @react-native-windows/cli
This log was last generated on Mon, 01 Feb 2021 15:06:57 GMT and should not be manually modified.
This log was last generated on Mon, 15 Feb 2021 15:06:45 GMT and should not be manually modified.
<!-- Start content -->
## 0.64.0-preview.7
Mon, 15 Feb 2021 15:06:45 GMT
### Changes
- Rename BuildProps to ExperimentalFeatures (ngerlem@microsoft.com)
## 0.64.0-preview.6
Mon, 01 Feb 2021 15:06:57 GMT
Mon, 01 Feb 2021 15:07:32 GMT

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

6

lib-commonjs/generator-windows/index.js

@@ -299,6 +299,6 @@ "use strict";

}
if (fs.existsSync(path.join(sharedPath, projDir, 'BuildFlags.props'))) {
if (fs.existsSync(path.join(sharedPath, projDir, 'ExperimentalFeatures.props'))) {
sharedProjMappings.push({
from: path.join(sharedPath, projDir, 'BuildFlags.props'),
to: path.join(windowsDir, 'BuildFlags.props'),
from: path.join(sharedPath, projDir, 'ExperimentalFeatures.props'),
to: path.join(windowsDir, 'ExperimentalFeatures.props'),
});

@@ -305,0 +305,0 @@ }

{
"name": "@react-native-windows/cli",
"version": "0.64.0-preview.6",
"version": "0.64.0-preview.7",
"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