Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alicloud/pop-core

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloud/pop-core - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

lib/core.d.ts

@@ -29,3 +29,3 @@ // Type definitions for [~THE LIBRARY NAME~] [~OPTIONAL VERSION NUMBER~]

request(action: String, params: Object, options?: Object): Promise;
request<T>(action: String, params: Object, options?: Object): Promise<T>;
}

@@ -32,0 +32,0 @@

@@ -109,3 +109,3 @@ 'use strict';

}
this.opts = config.opts || {};

@@ -112,0 +112,0 @@

{
"name": "@alicloud/pop-core",
"version": "1.6.1",
"version": "1.6.2",
"description": "AliCloud POP SDK core",

@@ -23,2 +23,3 @@ "main": "index.js",

"dependencies": {
"debug": "^3.1.0",
"httpx": "^2.1.2",

@@ -25,0 +26,0 @@ "json-bigint": "^0.2.3",

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