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
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 11.3.5 to 11.3.6

build/throwIfNonAllowedProtocol.d.ts

4

build/launchDefaultBrowser.js

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

}
var _throwIfNonHttpProtocol = _interopRequireDefault(require("./throwIfNonHttpProtocol"));
var _throwIfNonAllowedProtocol = _interopRequireDefault(require("./throwIfNonAllowedProtocol"));
var _logger = _interopRequireDefault(require("./logger"));

@@ -29,3 +29,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

try {
(0, _throwIfNonHttpProtocol.default)(url);
(0, _throwIfNonAllowedProtocol.default)(url);
await (0, _open().default)(url);

@@ -32,0 +32,0 @@ } catch (err) {

{
"name": "@react-native-community/cli-tools",
"version": "11.3.5",
"version": "11.3.6",
"license": "MIT",

@@ -17,7 +17,7 @@ "main": "build/index.js",

"ora": "^5.4.1",
"semver": "^6.3.0",
"semver": "^7.5.2",
"shell-quote": "^1.7.3"
},
"devDependencies": {
"@react-native-community/cli-types": "11.3.5",
"@react-native-community/cli-types": "11.3.6",
"@types/lodash": "^4.14.149",

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

},
"gitHead": "474094dbcd507522b5dec026553289b7f812212e"
"gitHead": "ae61a11bda5d5c1b495f7bf5745123d8df8ffaef"
}

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