@uifabric/react-hooks
Advanced tools
Comparing version 7.0.21 to 7.0.22
@@ -5,2 +5,16 @@ { | ||
{ | ||
"date": "Thu, 19 Mar 2020 12:25:10 GMT", | ||
"tag": "@uifabric/react-hooks_v7.0.22", | ||
"version": "7.0.22", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Run prettier: 120 line length, trailing commas", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "b55b99b22a9972f79dd9b0c45dcb983233b2c157" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 17 Feb 2020 17:06:50 GMT", | ||
@@ -7,0 +21,0 @@ "tag": "@uifabric/react-hooks_v7.0.11", |
@@ -126,3 +126,4 @@ var FabricReactHooks = | ||
var packages = (_win.__packages__ = _win.__packages__ || {}); | ||
// We allow either the global packages or local packages caches to invalidate so testing can just clear the global to set this state | ||
// We allow either the global packages or local packages caches to invalidate so testing can | ||
// just clear the global to set this state | ||
if (!packages[packageName] || !packagesCache[packageName]) { | ||
@@ -291,3 +292,3 @@ packagesCache[packageName] = packageVersion; | ||
ref.current = { | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue, | ||
}; | ||
@@ -367,6 +368,6 @@ } | ||
/* harmony import */ var _uifabric_set_version__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../set-version/lib/index.js"); | ||
// @uifabric/react-hooks@7.0.21 | ||
// @uifabric/react-hooks@7.0.22 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
Object(_uifabric_set_version__WEBPACK_IMPORTED_MODULE_0__["setVersion"])('@uifabric/react-hooks', '7.0.21'); | ||
Object(_uifabric_set_version__WEBPACK_IMPORTED_MODULE_0__["setVersion"])('@uifabric/react-hooks', '7.0.22'); | ||
@@ -373,0 +374,0 @@ |
@@ -1,2 +0,2 @@ | ||
var FabricReactHooks=function(r){var e={};function t(n){if(e[n])return e[n].exports;var u=e[n]={i:n,l:!1,exports:{}};return r[n].call(u.exports,u,u.exports,t),u.l=!0,u.exports}return t.m=r,t.c=e,t.d=function(r,e,n){t.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:n})},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},t.t=function(r,e){if(1&e&&(r=t(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var u in r)t.d(n,u,function(e){return r[e]}.bind(null,u));return n},t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,"a",e),e},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.p="",t(t.s=1)}([function(r,e){r.exports=React},function(r,e,t){"use strict";t.r(e);var n={},u=void 0;try{u=window}catch(r){}function o(r,e){if(void 0!==u){var t=u.__packages__=u.__packages__||{};if(!t[r]||!n[r])n[r]=e,(t[r]=t[r]||[]).push(e)}}o("@uifabric/set-version","6.0.0"),o("@uifabric/react-hooks","7.0.21");var c=t(0);function i(r){var e=c.useRef();return void 0===e.current&&(e.current={value:"function"==typeof r?r():r}),e.current.value}function a(r){var e=c.useRef();return e.current||(e.current=r),e.current}var f=!1;var d=void 0;try{d=window}catch(r){}var l=function(r){if(!f&&void 0!==d){var e=r;return e&&e.ownerDocument&&e.ownerDocument.defaultView?e.ownerDocument.defaultView:d}}()||{};function s(r){var e=c.useRef();return e.current||(e.current=function(r){return(r||"id__")+l.__currentId__++}(r)),e.current}void 0===l.__currentId__&&(l.__currentId__=0),t.d(e,"useConst",(function(){return i})),t.d(e,"useConstCallback",(function(){return a})),t.d(e,"useId",(function(){return s}))}]); | ||
var FabricReactHooks=function(r){var e={};function t(n){if(e[n])return e[n].exports;var u=e[n]={i:n,l:!1,exports:{}};return r[n].call(u.exports,u,u.exports,t),u.l=!0,u.exports}return t.m=r,t.c=e,t.d=function(r,e,n){t.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:n})},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},t.t=function(r,e){if(1&e&&(r=t(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var u in r)t.d(n,u,function(e){return r[e]}.bind(null,u));return n},t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,"a",e),e},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.p="",t(t.s=1)}([function(r,e){r.exports=React},function(r,e,t){"use strict";t.r(e);var n={},u=void 0;try{u=window}catch(r){}function o(r,e){if(void 0!==u){var t=u.__packages__=u.__packages__||{};if(!t[r]||!n[r])n[r]=e,(t[r]=t[r]||[]).push(e)}}o("@uifabric/set-version","6.0.0"),o("@uifabric/react-hooks","7.0.22");var c=t(0);function i(r){var e=c.useRef();return void 0===e.current&&(e.current={value:"function"==typeof r?r():r}),e.current.value}function a(r){var e=c.useRef();return e.current||(e.current=r),e.current}var f=!1;var d=void 0;try{d=window}catch(r){}var l=function(r){if(!f&&void 0!==d){var e=r;return e&&e.ownerDocument&&e.ownerDocument.defaultView?e.ownerDocument.defaultView:d}}()||{};function s(r){var e=c.useRef();return e.current||(e.current=function(r){return(r||"id__")+l.__currentId__++}(r)),e.current}void 0===l.__currentId__&&(l.__currentId__=0),t.d(e,"useConst",(function(){return i})),t.d(e,"useConstCallback",(function(){return a})),t.d(e,"useId",(function(){return s}))}]); | ||
//# sourceMappingURL=react-hooks.min.js.map |
@@ -26,3 +26,3 @@ define(["require", "exports", "react"], function (require, exports, React) { | ||
ref.current = { | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue, | ||
}; | ||
@@ -29,0 +29,0 @@ } |
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@uifabric/react-hooks', '7.0.21'); | ||
set_version_1.setVersion('@uifabric/react-hooks', '7.0.22'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -26,3 +26,3 @@ "use strict"; | ||
ref.current = { | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue, | ||
}; | ||
@@ -29,0 +29,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// @uifabric/react-hooks@7.0.21 | ||
// @uifabric/react-hooks@7.0.22 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
var set_version_1 = require("@uifabric/set-version"); | ||
set_version_1.setVersion('@uifabric/react-hooks', '7.0.21'); | ||
set_version_1.setVersion('@uifabric/react-hooks', '7.0.22'); | ||
//# sourceMappingURL=version.js.map |
@@ -24,3 +24,3 @@ import * as React from 'react'; | ||
ref.current = { | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue | ||
value: typeof initialValue === 'function' ? initialValue() : initialValue, | ||
}; | ||
@@ -27,0 +27,0 @@ } |
@@ -1,5 +0,5 @@ | ||
// @uifabric/react-hooks@7.0.21 | ||
// @uifabric/react-hooks@7.0.22 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
import { setVersion } from '@uifabric/set-version'; | ||
setVersion('@uifabric/react-hooks', '7.0.21'); | ||
setVersion('@uifabric/react-hooks', '7.0.22'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@uifabric/react-hooks", | ||
"version": "7.0.21", | ||
"version": "7.0.22", | ||
"description": "UI Fabric React hooks.", | ||
@@ -42,4 +42,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@uifabric/set-version": "^7.0.6", | ||
"@uifabric/utilities": "^7.15.0", | ||
"@uifabric/set-version": "^7.0.7", | ||
"@uifabric/utilities": "^7.15.1", | ||
"tslib": "^1.10.0" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
79278
1086
Updated@uifabric/set-version@^7.0.7
Updated@uifabric/utilities@^7.15.1