@react-navigation/devtools
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.1.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@5.1.5...@react-navigation/devtools@5.1.6) (2020-09-22) | ||
**Note:** Version bump only for package @react-navigation/devtools | ||
## [5.1.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@5.1.4...@react-navigation/devtools@5.1.5) (2020-08-04) | ||
@@ -8,0 +16,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function () { return cache; }; return cache; } | ||
@@ -17,0 +17,0 @@ function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"keywords": [ | ||
@@ -39,3 +39,3 @@ "react", | ||
"dependencies": { | ||
"@react-navigation/core": "^5.12.3", | ||
"@react-navigation/core": "^5.12.4", | ||
"deep-equal": "^2.0.3" | ||
@@ -45,8 +45,8 @@ }, | ||
"@react-native-community/bob": "^0.16.2", | ||
"@testing-library/react-native": "^7.0.1", | ||
"@testing-library/react-native": "^7.0.2", | ||
"@types/deep-equal": "^1.0.1", | ||
"@types/react": "^16.9.44", | ||
"@types/react": "^16.9.49", | ||
"del-cli": "^3.0.1", | ||
"react": "~16.9.0", | ||
"typescript": "^3.9.7" | ||
"react": "~16.13.1", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -70,3 +70,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "b029e0f6606e9e37e2c67131439aa11da5bf5b8e" | ||
"gitHead": "e18578f83fc2388f2002283e1196564c418289e7" | ||
} |
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
28378