@giphy/js-analytics
Advanced tools
Comparing version 1.0.4 to 1.0.5
export { default as pingback } from './pingback'; | ||
export { default as bottleData } from './bottle-data'; | ||
export * from './types'; |
@@ -5,2 +5,4 @@ "use strict"; | ||
exports.pingback = pingback_1.default; | ||
var bottle_data_1 = require("./bottle-data"); | ||
exports.bottleData = bottle_data_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -15,5 +15,3 @@ "use strict"; | ||
} | ||
catch (e) { | ||
console.error(e); | ||
} | ||
catch (_) { } | ||
return ''; | ||
@@ -20,0 +18,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
"name": "@giphy/js-analytics", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"main": "dist/index.js", | ||
@@ -20,4 +20,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@giphy/js-types": "^1.0.4", | ||
"@giphy/js-util": "^1.0.4", | ||
"@giphy/js-types": "^1.0.5", | ||
"@giphy/js-util": "^1.0.5", | ||
"cookie": "0.3.1", | ||
@@ -29,2 +29,3 @@ "dompurify": "^1.0.10", | ||
"@types/cookie": "^0.3.2", | ||
"@types/dompurify": "^0.0.32", | ||
"@types/throttle-debounce": "1.1.1", | ||
@@ -34,3 +35,3 @@ "jest-fetch-mock": "^2.1.1", | ||
}, | ||
"gitHead": "f6e2fbddab087a498c971050e22ee18e8dbe06d2" | ||
"gitHead": "f05648f2d7571d864513dbc041447e328e163738" | ||
} |
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
13699
23
191
5
Updated@giphy/js-types@^1.0.5
Updated@giphy/js-util@^1.0.5