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

@alicloud/pop-core

Package Overview
Dependencies
Maintainers
3
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.2.2 to 1.2.3

8

lib/roa.js

@@ -161,8 +161,8 @@ 'use strict';

get(path, query) {
return this.request('GET', path, query);
get(path, query, headers) {
return this.request('GET', path, query, '', headers);
}
delete(path, query) {
return this.request('DELETE', path, query);
delete(path, query, headers) {
return this.request('DELETE', path, query, '', headers);
}

@@ -169,0 +169,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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