@react-native-community/cli-tools
Advanced tools
Comparing version 11.3.5 to 11.3.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155906
1712
+ Addedsemver@7.6.3(transitive)
- Removedsemver@6.3.1(transitive)
Updatedsemver@^7.5.2