Socket
Socket
Sign inDemoInstall

@taquito/http-utils

Package Overview
Dependencies
Maintainers
6
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/http-utils - npm Package Compare versions

Comparing version 20.0.0 to 20.0.1

1

dist/lib/taquito-http-utils.js

@@ -103,2 +103,3 @@ "use strict";

const response = yield fetch(urlWithQuery, {
keepalive: false,
method,

@@ -105,0 +106,0 @@ headers,

4

dist/lib/version.js

@@ -6,4 +6,4 @@ "use strict";

exports.VERSION = {
"commitHash": "45fea4a361f29598063e448574800220c4687001",
"version": "20.0.0"
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c",
"version": "20.0.1"
};

@@ -400,4 +400,4 @@ import { NetworkError } from '@taquito/core';

const VERSION = {
"commitHash": "45fea4a361f29598063e448574800220c4687001",
"version": "20.0.0"
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c",
"version": "20.0.1"
};

@@ -473,2 +473,3 @@

const response = yield fetch(urlWithQuery, {
keepalive: false,
method,

@@ -475,0 +476,0 @@ headers,

@@ -404,4 +404,4 @@ (function (global, factory) {

const VERSION = {
"commitHash": "45fea4a361f29598063e448574800220c4687001",
"version": "20.0.0"
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c",
"version": "20.0.1"
};

@@ -477,2 +477,3 @@

const response = yield fetch(urlWithQuery, {
keepalive: false,
method,

@@ -479,0 +480,0 @@ headers,

{
"name": "@taquito/http-utils",
"version": "20.0.0",
"version": "20.0.1",
"description": "",

@@ -61,3 +61,3 @@ "keywords": [

"dependencies": {
"@taquito/core": "^20.0.0",
"@taquito/core": "^20.0.1",
"node-fetch": "^2.7.0"

@@ -94,3 +94,3 @@ },

},
"gitHead": "4871f03155be8dfce81ff24cb45fe0e3049c7646"
"gitHead": "beb89a31b425f016d09f53f034fb8ed40f56a3b2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc