Socket
Socket
Sign inDemoInstall

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
30
Versions
163
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 12.0.0-alpha.16 to 12.0.0-alpha.17

6

build/cacheManager.js

@@ -52,3 +52,7 @@ "use strict";

function saveCache(name, cache) {
_fs().default.writeFileSync(_path().default.resolve(getCacheRootPath(), name), JSON.stringify(cache, null, 2));
const fullPath = _path().default.resolve(getCacheRootPath(), name);
_fs().default.mkdirSync(_path().default.dirname(fullPath), {
recursive: true
});
_fs().default.writeFileSync(fullPath, JSON.stringify(cache, null, 2));
}

@@ -55,0 +59,0 @@

6

package.json
{
"name": "@react-native-community/cli-tools",
"version": "12.0.0-alpha.16",
"version": "12.0.0-alpha.17",
"license": "MIT",

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

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.16",
"@react-native-community/cli-types": "12.0.0-alpha.17",
"@types/lodash": "^4.14.149",

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

},
"gitHead": "5832b01347bf0f9c1897716e3d057f1f5048cd2e"
"gitHead": "0e0801e09210ab713f4984f727c6e54366ff3e9c"
}

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