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

c8osdkjscore

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8osdkjscore - npm Package Compare versions

Comparing version 1.0.4-beta1 to 1.0.4-beta2

2

package.json
{
"name": "c8osdkjscore",
"version": "1.0.4-beta1",
"version": "1.0.4-beta2",
"description": "convertigo's sdk js core",

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

@@ -197,3 +197,3 @@ "use strict";

else {
reject(new c8oException_1.C8oException(c8oExceptionMessage_1.C8oExceptionMessage.handleC8oCallRequest(), error, true));
reject(error);
}

@@ -200,0 +200,0 @@ return [2];

@@ -159,3 +159,3 @@ import {C8oCore} from "./c8oCore";

} else {
reject(new C8oException(C8oExceptionMessage.handleC8oCallRequest(), error, true));
reject(error);
}

@@ -162,0 +162,0 @@ }).then(

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