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.65.0 to 0.65.1

17

CHANGELOG.json

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

{
"date": "Mon, 23 Aug 2021 15:08:33 GMT",
"date": "Mon, 04 Oct 2021 15:06:46 GMT",
"tag": "@react-native-windows/cli_v0.65.1",
"version": "0.65.1",
"comments": {
"patch": [
{
"comment": "Bump the version of xmldom used by @react-native-windows/cli to 0.7.0.",
"author": "yicyao@microsoft.com",
"commit": "c6aee447eb511bd75c22a6781276f920a7809ea8",
"package": "@react-native-windows/cli"
}
]
}
},
{
"date": "Mon, 23 Aug 2021 15:09:39 GMT",
"tag": "@react-native-windows/cli_v0.65.0",

@@ -8,0 +23,0 @@ "version": "0.65.0",

# Change Log - @react-native-windows/cli
This log was last generated on Mon, 23 Aug 2021 15:08:33 GMT and should not be manually modified.
This log was last generated on Mon, 04 Oct 2021 15:06:46 GMT and should not be manually modified.
<!-- Start content -->
## 0.65.1
Mon, 04 Oct 2021 15:06:46 GMT
### Patches
- Bump the version of xmldom used by @react-native-windows/cli to 0.7.0. (yicyao@microsoft.com)
## 0.65.0
Mon, 23 Aug 2021 15:08:33 GMT
Mon, 23 Aug 2021 15:09:39 GMT

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

2

lib-commonjs/config/configUtils.js

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

const glob = require("glob");
const xmldom_1 = require("xmldom");
const xmldom_1 = require("@xmldom/xmldom");
const xpath = require("xpath");

@@ -15,0 +15,0 @@ const telemetry_1 = require("@react-native-windows/telemetry");

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

const autolink_1 = require("../runWindows/utils/autolink");
const xmldom_1 = require("xmldom");
const xmldom_1 = require("@xmldom/xmldom");
const projectConfig_utils_1 = require("./projectConfig.utils");

@@ -9,0 +9,0 @@ test('autolink with no windows project', () => {

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

const telemetry_1 = require("@react-native-windows/telemetry");
const xmldom_1 = require("xmldom");
const xmldom_1 = require("@xmldom/xmldom");
const formatter = require('xml-formatter');

@@ -25,0 +25,0 @@ class AutolinkWindows {

{
"name": "@react-native-windows/cli",
"version": "0.65.0",
"version": "0.65.1",
"license": "MIT",

@@ -36,3 +36,3 @@ "main": "lib-commonjs/index.js",

"xml-parser": "^1.2.1",
"xmldom": "^0.5.0",
"@xmldom/xmldom": "^0.7.5",
"xpath": "^0.0.27"

@@ -39,0 +39,0 @@ },

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