Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
31
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-tools - npm Package Compare versions

Comparing version 10.1.1 to 11.0.0-alpha.0

build/printRunDoctorTip.d.ts

1

build/index.d.ts

@@ -13,3 +13,4 @@ export { default as logger } from './logger';

export { default as findProjectRoot } from './findProjectRoot';
export { default as printRunDoctorTip } from './printRunDoctorTip';
export * from './errors';
//# sourceMappingURL=index.d.ts.map

@@ -21,3 +21,4 @@ "use strict";

Loader: true,
findProjectRoot: true
findProjectRoot: true,
printRunDoctorTip: true
};

@@ -102,2 +103,8 @@ Object.defineProperty(exports, "Loader", {

});
Object.defineProperty(exports, "printRunDoctorTip", {
enumerable: true,
get: function () {
return _printRunDoctorTip.default;
}
});
Object.defineProperty(exports, "releaseChecker", {

@@ -127,2 +134,3 @@ enumerable: true,

var _findProjectRoot = _interopRequireDefault(require("./findProjectRoot"));
var _printRunDoctorTip = _interopRequireDefault(require("./printRunDoctorTip"));
var _errors = require("./errors");

@@ -129,0 +137,0 @@ Object.keys(_errors).forEach(function (key) {

6

package.json
{
"name": "@react-native-community/cli-tools",
"version": "10.1.1",
"version": "11.0.0-alpha.0",
"license": "MIT",

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

"devDependencies": {
"@react-native-community/cli-types": "^10.0.0",
"@react-native-community/cli-types": "^11.0.0-alpha.0",
"@types/lodash": "^4.14.149",

@@ -40,3 +40,3 @@ "@types/mime": "^2.0.1",

},
"gitHead": "d351048dd6c6b2324eab3fff74ddbe48ca41d4d7"
"gitHead": "c5481662257d5fbc18a27b824adfcb087b12f9e8"
}

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