@ot06/be-utils
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -8,4 +8,6 @@ 'use strict'; | ||
var _classes = require("../classes"); | ||
var _ResponseBody = _interopRequireDefault(require("../classes/ResponseBody")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
@@ -43,3 +45,3 @@ | ||
if (error.constructor.name === _classes.ResponseBody.name) { | ||
if (error.constructor.name === _ResponseBody.default.name) { | ||
responseBody = error; | ||
@@ -46,0 +48,0 @@ } else if (error.getResponseBody && typeof error.getResponseBody === 'function') { |
{ | ||
"name": "@ot06/be-utils", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Backend Utilities Module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13814
255
1