Socket
Socket
Sign inDemoInstall

@alicloud/tea-util

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloud/tea-util - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

1

dist/client.d.ts

@@ -16,2 +16,3 @@ /// <reference types="node" />

maxIdleConns?: number;
keepAlive?: boolean;
static names(): {

@@ -18,0 +19,0 @@ [key: string]: string;

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

maxIdleConns: 'maxIdleConns',
keepAlive: 'keepAlive',
};

@@ -64,2 +65,3 @@ }

maxIdleConns: 'number',
keepAlive: 'boolean',
};

@@ -66,0 +68,0 @@ }

2

package.json
{
"name": "@alicloud/tea-util",
"version": "1.4.3",
"version": "1.4.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/client.js",

@@ -20,2 +20,3 @@ import { Readable } from 'stream';

maxIdleConns?: number;
keepAlive?: boolean;
static names(): { [key: string]: string } {

@@ -34,2 +35,3 @@ return {

maxIdleConns: 'maxIdleConns',
keepAlive: 'keepAlive',
};

@@ -51,2 +53,3 @@ }

maxIdleConns: 'number',
keepAlive: 'boolean',
};

@@ -53,0 +56,0 @@ }

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