Socket
Socket
Sign inDemoInstall

@react-native-windows/telemetry

Package Overview
Dependencies
Maintainers
4
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-canary.77 to 0.0.0-canary.78

5

lib-commonjs/utils/errorUtils.d.ts

@@ -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;

8

lib-commonjs/utils/errorUtils.js

@@ -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 @@ /**

2

package.json
{
"name": "@react-native-windows/telemetry",
"version": "0.0.0-canary.77",
"version": "0.0.0-canary.78",
"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