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

@alicloud/pop-core

Package Overview
Dependencies
Maintainers
4
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.4.2 to 1.4.3

2

lib/core.js

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

var json = JSON.parse(buffer);
if (json.Code && json.Code !== '200'
if (json.Code && json.Code !== 200 && json.Code !== '200'
&& json.Code !== 'OK' && json.Code !== 'Success') {

@@ -150,0 +150,0 @@ var err = new Error(json.Message);

{
"name": "@alicloud/pop-core",
"version": "1.4.2",
"version": "1.4.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