@taquito/http-utils
Advanced tools
Comparing version 16.1.0 to 16.1.1
@@ -31,3 +31,3 @@ "use strict"; | ||
? undefined | ||
: Promise.resolve().then(() => require('@vespaiach/axios-fetch-adapter')).then((mod) => mod.default).catch(() => undefined); | ||
: Promise.resolve().then(() => require('@taquito/axios-fetch-adapter')).then((mod) => mod.default).catch(() => undefined); | ||
__exportStar(require("./status_code"), exports); | ||
@@ -34,0 +34,0 @@ var version_1 = require("./version"); |
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -350,4 +350,4 @@ import axios from 'axios'; | ||
const VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
@@ -362,3 +362,3 @@ | ||
? undefined | ||
: import('@vespaiach/axios-fetch-adapter').then((mod) => mod.default).catch(() => undefined); | ||
: import('@taquito/axios-fetch-adapter').then((mod) => mod.default).catch(() => undefined); | ||
var ResponseType; | ||
@@ -365,0 +365,0 @@ (function (ResponseType) { |
@@ -358,4 +358,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "840f2a29ce4e52826df53e5a1ac879c2deaa433b", | ||
"version": "16.1.0" | ||
"commitHash": "c2f07ba0135cffe7f59befd3d51f550f39383974", | ||
"version": "16.1.1" | ||
}; | ||
@@ -370,3 +370,3 @@ | ||
? undefined | ||
: import('@vespaiach/axios-fetch-adapter').then((mod) => mod.default).catch(() => undefined); | ||
: import('@taquito/axios-fetch-adapter').then((mod) => mod.default).catch(() => undefined); | ||
var ResponseType; | ||
@@ -373,0 +373,0 @@ (function (ResponseType) { |
{ | ||
"name": "@taquito/http-utils", | ||
"version": "16.1.0", | ||
"version": "16.1.1", | ||
"description": "", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@vespaiach/axios-fetch-adapter": "github:ecadlabs/axios-fetch-adapter", | ||
"@taquito/axios-fetch-adapter": "^0.3.1", | ||
"axios": "^0.26.0" | ||
@@ -95,3 +95,3 @@ }, | ||
}, | ||
"gitHead": "3159559187f1356b23fb04ffa3f4263bbda8c5bf" | ||
"gitHead": "df60ab6501a44c8bad32bd0a61c324ffbd884182" | ||
} |
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
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
172083
+ Added@taquito/axios-fetch-adapter@0.3.1(transitive)
- Removed@vespaiach/axios-fetch-adapter@github:ecadlabs/axios-fetch-adapter