New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alicloud/pop-core

Package Overview
Dependencies
Maintainers
4
Versions
45
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.0 to 1.4.1

2

lib/core.js

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

if (json.Code && json.Code !== '200'
&& json.Code !== 'OK') {
&& json.Code !== 'OK' && json.Code !== 'Success') {
var err = new Error(json.Message);

@@ -151,0 +151,0 @@ err.name = json.Code + 'Error';

{
"name": "@alicloud/pop-core",
"version": "1.4.0",
"version": "1.4.1",
"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