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
30
Versions
168
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 13.5.1 to 13.5.2

build/unixifyPaths.d.ts

1

build/index.d.ts

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

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

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

cacheManager: true,
runSudo: true
runSudo: true,
unixifyPaths: true
};

@@ -138,2 +139,8 @@ Object.defineProperty(exports, "Loader", {

});
Object.defineProperty(exports, "unixifyPaths", {
enumerable: true,
get: function () {
return _unixifyPaths.default;
}
});
exports.version = void 0;

@@ -183,2 +190,3 @@ var _logger = _interopRequireDefault(require("./logger"));

var _runSudo = _interopRequireDefault(require("./runSudo"));
var _unixifyPaths = _interopRequireDefault(require("./unixifyPaths"));
var _errors = require("./errors");

@@ -185,0 +193,0 @@ Object.keys(_errors).forEach(function (key) {

6

package.json
{
"name": "@react-native-community/cli-tools",
"version": "13.5.1",
"version": "13.5.2",
"license": "MIT",

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

"devDependencies": {
"@react-native-community/cli-types": "13.5.1",
"@react-native-community/cli-types": "13.5.2",
"@types/lodash": "^4.14.149",

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

},
"gitHead": "f9d8a74b76995ad92d5a0fa78f09a0b8dc44fbfe"
"gitHead": "2602f83860f7f834b38d1a51bcafbae3e89bb40b"
}

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