Socket
Socket
Sign inDemoInstall

@react-native-windows/telemetry

Package Overview
Dependencies
143
Maintainers
4
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.72.1 to 0.73.0-preview.1

2

lib-commonjs/e2etest/telemetry.test.js

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

}
/** Verifys the contents of events fired during the 'test-command'. */
/** Verifies the contents of events fired during the 'test-command'. */
function verifyTestCommandTelemetryProcessor(caughtErrors, expectedResultCode, expectedError) {

@@ -289,0 +289,0 @@ return (envelope, _) => {

@@ -52,2 +52,7 @@ /**

InvalidCodegenConfig: number;
NoTemplatesFound: number;
NoDefaultTemplate: number;
InvalidTemplateName: number;
NoProjectName: number;
InvalidProjectName: number;
};

@@ -54,0 +59,0 @@ export type CodedErrorType = keyof typeof CodedErrors;

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

Unknown: -1,
// init
// react-native-windows-init
UnsupportedReactNativeVersion: 1000,

@@ -92,2 +92,8 @@ UserCancel: 1001,

InvalidCodegenConfig: 4001,
// init-windows
NoTemplatesFound: 5000,
NoDefaultTemplate: 5001,
InvalidTemplateName: 5002,
NoProjectName: 5003,
InvalidProjectName: 5004,
};

@@ -94,0 +100,0 @@ /**

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

* Gets the versions of the specified NuGet packages referenced in a packages.config file.
* @param projectDoc The XML document of the packages.connfig file.
* @param projectDoc The XML document of the packages.config file.
* @param nugetPackages The NuGet package names to look for.

@@ -101,0 +101,0 @@ * @returns The mapping of NuGet package names and their versions.

{
"name": "@react-native-windows/telemetry",
"version": "0.72.1",
"version": "0.73.0-preview.1",
"license": "MIT",

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

"dependencies": {
"@react-native-windows/fs": "0.72.0",
"@react-native-windows/fs": "0.73.0-preview.1",
"@xmldom/xmldom": "^0.7.7",

@@ -32,12 +32,12 @@ "applicationinsights": "^2.3.1",

"devDependencies": {
"@rnw-scripts/eslint-config": "1.1.15",
"@rnw-scripts/jest-unittest-config": "1.5.1",
"@rnw-scripts/just-task": "2.3.6",
"@rnw-scripts/ts-config": "2.0.3",
"@rnw-scripts/eslint-config": "1.2.3",
"@rnw-scripts/jest-unittest-config": "1.5.6",
"@rnw-scripts/just-task": "2.3.17",
"@rnw-scripts/ts-config": "2.0.5",
"@types/envinfo": "^7.8.1",
"@types/jest": "^29.2.2",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/parser": "^5.57.1",
"babel-jest": "^29.3.0",

@@ -55,7 +55,7 @@ "eslint": "^8.19.0",

"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "preview",
"disallowedChangeTypes": [
"major",
"minor",
"prerelease"
"patch"
]

@@ -66,4 +66,4 @@ },

"engines": {
"node": ">= 16"
"node": ">= 18"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc