@giphy/js-analytics
Advanced tools
Comparing version 1.7.4 to 1.7.5
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.addLastSearchResponseId = exports.pingback = void 0; | ||
var pingback_1 = require("./pingback"); | ||
exports.pingback = pingback_1.default; | ||
Object.defineProperty(exports, "pingback", { enumerable: true, get: function () { return __importDefault(pingback_1).default; } }); | ||
var session_1 = require("./session"); | ||
exports.addLastSearchResponseId = session_1.addLastSearchResponseId; | ||
Object.defineProperty(exports, "addLastSearchResponseId", { enumerable: true, get: function () { return session_1.addLastSearchResponseId; } }); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sendPingback = void 0; | ||
var js_util_1 = require("@giphy/js-util"); | ||
@@ -4,0 +5,0 @@ // TODO remove api key |
@@ -13,2 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createSession = exports.addLastSearchResponseId = exports.SESSION_STORAGE_KEY = void 0; | ||
var cookie_1 = __importDefault(require("cookie")); | ||
@@ -15,0 +16,0 @@ var uuid_1 = require("uuid"); // v1 only for pingback verfication |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAction = void 0; | ||
function getAction(action_type, gif_id, tid, position, attributes) { | ||
@@ -4,0 +5,0 @@ if (attributes === void 0) { attributes = []; } |
@@ -11,3 +11,3 @@ { | ||
"name": "@giphy/js-analytics", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"main": "dist/index.js", | ||
@@ -24,18 +24,18 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@giphy/js-types": "^2.0.2", | ||
"@giphy/js-util": "^1.9.1", | ||
"@types/uuid": "^7.0.0", | ||
"@giphy/js-types": "^2.1.0", | ||
"@giphy/js-util": "^1.9.2", | ||
"@types/uuid": "^8.3.0", | ||
"append-query": "^2.1.0", | ||
"cookie": "0.4.0", | ||
"throttle-debounce": "^2.1.0", | ||
"uuid": "^7.0.1" | ||
"cookie": "0.4.1", | ||
"throttle-debounce": "^2.3.0", | ||
"uuid": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/append-query": "^2.0.0", | ||
"@types/cookie": "^0.3.3", | ||
"@types/throttle-debounce": "1.1.1", | ||
"jest-fetch-mock": "^2.1.2", | ||
"typescript": "^3.8.2" | ||
"@types/cookie": "^0.4.0", | ||
"@types/throttle-debounce": "2.1.0", | ||
"jest-fetch-mock": "^3.0.3", | ||
"typescript": "^4.0.2" | ||
}, | ||
"gitHead": "ee9f4759c6deff7bbc19e6b04b58b714d5fe34be" | ||
"gitHead": "a1a3a4fb92e0b0bd0e5176dfc84684b8c0db89af" | ||
} |
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
29886
602
+ Added@types/uuid@8.3.4(transitive)
+ Addedcookie@0.4.1(transitive)
- Removed@types/uuid@7.0.8(transitive)
- Removedcookie@0.4.0(transitive)
- Removeduuid@7.0.3(transitive)
Updated@giphy/js-types@^2.1.0
Updated@giphy/js-util@^1.9.2
Updated@types/uuid@^8.3.0
Updatedcookie@0.4.1
Updatedthrottle-debounce@^2.3.0
Updateduuid@^8.3.0