@qlean/york-core
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -33,3 +33,3 @@ "use strict"; | ||
return request(token); | ||
})["catch"](function (error) { | ||
}).then(_utils.getResponseBody)["catch"](function (error) { | ||
return Promise.reject(error); | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "@qlean/york-core", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "075a9d65837c953734f50b3e2a24c7e6503e8c7c" | ||
"gitHead": "36392ac8da478b9695deada100f40535bd080e17" | ||
} |
@@ -11,2 +11,3 @@ import { NetworkError, getResponseBody } from './utils' | ||
.then(token => request(token)) | ||
.then(getResponseBody) | ||
.catch(error => Promise.reject(error)) | ||
@@ -13,0 +14,0 @@ |
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
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
45144
931