New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

teambition-sdk-mock

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teambition-sdk-mock - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

40

mock.bundle.js

@@ -7,6 +7,6 @@ (function (global, factory) {

var toString$1 = {}.toString;
var toString = {}.toString;
var _cof = function(it){
return toString$1.call(it).slice(8, -1);
return toString.call(it).slice(8, -1);
};

@@ -377,3 +377,3 @@

var has$2 = _has;
var has$1 = _has;
var toIObject = _toIobject;

@@ -388,5 +388,5 @@ var arrayIndexOf = _arrayIncludes(false);

, key;
for(key in O)if(key != IE_PROTO$1)has$2(O, key) && result.push(key);
for(key in O)if(key != IE_PROTO$1)has$1(O, key) && result.push(key);
// Don't enum bug & hidden keys
while(names.length > i)if(has$2(O, key = names[i++])){
while(names.length > i)if(has$1(O, key = names[i++])){
~arrayIndexOf(result, key) || result.push(key);

@@ -469,10 +469,10 @@ }

var def = _objectDp.f;
var has$3 = _has;
var has$2 = _has;
var TAG$1 = _wks('toStringTag');
var _setToStringTag = function(it, tag, stat){
if(it && !has$3(it = stat ? it : it.prototype, TAG$1))def(it, TAG$1, {configurable: true, value: tag});
if(it && !has$2(it = stat ? it : it.prototype, TAG$1))def(it, TAG$1, {configurable: true, value: tag});
};
var create$1 = _objectCreate;
var create = _objectCreate;
var descriptor = _propertyDesc;

@@ -486,3 +486,3 @@ var setToStringTag$1 = _setToStringTag;

var _iterCreate = function(Constructor, NAME, next){
Constructor.prototype = create$1(IteratorPrototype, {next: descriptor(1, next)});
Constructor.prototype = create(IteratorPrototype, {next: descriptor(1, next)});
setToStringTag$1(Constructor, NAME + ' Iterator');

@@ -498,3 +498,3 @@ };

// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
var has$4 = _has;
var has$3 = _has;
var toObject = _toObject;

@@ -506,3 +506,3 @@ var IE_PROTO$2 = _sharedKey('IE_PROTO');

O = toObject(O);
if(has$4(O, IE_PROTO$2))return O[IE_PROTO$2];
if(has$3(O, IE_PROTO$2))return O[IE_PROTO$2];
if(typeof O.constructor == 'function' && O instanceof O.constructor){

@@ -517,3 +517,3 @@ return O.constructor.prototype;

var hide = _hide;
var has$1 = _has;
var has = _has;
var Iterators = _iterators;

@@ -556,3 +556,3 @@ var $iterCreate = _iterCreate;

// fix for some old engines
if(!LIBRARY && !has$1(IteratorPrototype, ITERATOR))hide(IteratorPrototype, ITERATOR, returnThis);
if(!LIBRARY && !has(IteratorPrototype, ITERATOR))hide(IteratorPrototype, ITERATOR, returnThis);
}

@@ -812,3 +812,3 @@ }

var dP$3 = _objectDp.f;
var create$2 = _objectCreate;
var create$1 = _objectCreate;
var redefineAll = _redefineAll;

@@ -840,3 +840,3 @@ var ctx$1 = _ctx;

anInstance(that, C, NAME, '_i');
that._i = create$2(null); // index
that._i = create$1(null); // index
that._f = undefined; // first entry

@@ -987,3 +987,3 @@ that._l = undefined; // last entry

var toPrimitive$1 = _toPrimitive;
var has$5 = _has;
var has$4 = _has;
var IE8_DOM_DEFINE$1 = _ie8DomDefine;

@@ -998,3 +998,3 @@ var gOPD = Object.getOwnPropertyDescriptor;

} catch(e){ /* empty */ }
if(has$5(O, P))return createDesc$1(!pIE.f.call(O, P), O[P]);
if(has$4(O, P))return createDesc$1(!pIE.f.call(O, P), O[P]);
};

@@ -1033,7 +1033,7 @@

var isObject$4 = _isObject;
var setPrototypeOf$1 = _setProto.set;
var setPrototypeOf = _setProto.set;
var _inheritIfRequired = function(that, target, C){
var P, S = target.constructor;
if(S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject$4(P) && setPrototypeOf$1){
setPrototypeOf$1(that, P);
if(S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject$4(P) && setPrototypeOf){
setPrototypeOf(that, P);
} return that;

@@ -1040,0 +1040,0 @@ };

{
"name": "teambition-sdk-mock",
"version": "0.6.7",
"version": "0.6.8",
"description": "Front-End SDK for Teambition",

@@ -5,0 +5,0 @@ "main": "./index.js",

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