apollo-link-sentry
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,6 @@ # Changelog | ||
### [2.0.2](https://github.com/DiederikvandenB/apollo-link-sentry/compare/v2.0.1...v2.0.2) (2021-01-15) | ||
* Updated dependencies, specifically two minor security updates | ||
### [2.0.1](https://github.com/DiederikvandenB/apollo-link-sentry/compare/v2.0.0...v2.0.1) (2020-10-12) | ||
@@ -7,0 +11,0 @@ |
@@ -5,5 +5,7 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
exports.isEmpty = function (target) { return (target == null || !(Object.keys(target) || target).length); }; | ||
exports.stringifyObject = function (target) { return (JSON.stringify(target, null, 2)); }; | ||
exports.trimObject = function (target) { | ||
var isEmpty = function (target) { return (target == null || !(Object.keys(target) || target).length); }; | ||
exports.isEmpty = isEmpty; | ||
var stringifyObject = function (target) { return (JSON.stringify(target, null, 2)); }; | ||
exports.stringifyObject = stringifyObject; | ||
var trimObject = function (target) { | ||
if (exports.isEmpty(target)) | ||
@@ -18,2 +20,3 @@ return {}; | ||
}; | ||
exports.trimObject = trimObject; | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "apollo-link-sentry", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "author": "Diederik van den Burger <diederikvandenburger@tab.capital>", | ||
"eslint-plugin-import": "^2.20.2", | ||
"graphql": "^14.6.0", | ||
"graphql": "^15.4.0", | ||
"graphql-tag": "^2.10.3", | ||
@@ -53,0 +53,0 @@ "jest": "^26.5.3", |
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
57652
408