@appbaseio/reactivecore
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -1,1 +0,1 @@ | ||
if(!Array.prototype.find){Object.defineProperty(Array.prototype,'find',{value:function value(predicate){if(this==null){throw new TypeError('"this" is null or not defined');}var o=Object(this);var len=o.length>>>0;if(typeof predicate!=='function'){throw new TypeError('predicate must be a function');}var thisArg=arguments[1];var k=0;while(k<len){var kValue=o[k];if(predicate.call(thisArg,kValue,k,o)){return kValue;}k++;}return undefined;},configurable:true,writable:true});}if(!String.prototype.endsWith){String.prototype.endsWith=function(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d;};}if(typeof Event!=='function'){function _Event(event){var evt=document.createEvent('Event');evt.initEvent(event,true,true);return evt;}window.Event=_Event;} | ||
if(!Array.prototype.find){Object.defineProperty(Array.prototype,'find',{value:function value(predicate){if(this==null){throw new TypeError('"this" is null or not defined');}var o=Object(this);var len=o.length>>>0;if(typeof predicate!=='function'){throw new TypeError('predicate must be a function');}var thisArg=arguments[1];var k=0;while(k<len){var kValue=o[k];if(predicate.call(thisArg,kValue,k,o)){return kValue;}k++;}return undefined;},configurable:true,writable:true});}if(!String.prototype.endsWith){String.prototype.endsWith=function(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d;};}if(typeof Event!=='function'){function _Event(event){var evt=document.createEvent('Event');evt.initEvent(event,true,true);return evt;}if(typeof window!=='undefined'){window.Event=_Event;}} |
{ | ||
"name": "@appbaseio/reactivecore", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "Core architecture of reactive UI libraries", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
81886