Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-common - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

1

lib/region.d.ts

@@ -44,2 +44,3 @@ /**

static SA_SAOPAULO_1: Region;
static UK_CARDIFF_1: Region;
static UK_LONDON_1: Region;

@@ -46,0 +47,0 @@ static US_ASHBURN_1: Region;

@@ -195,2 +195,3 @@ "use strict";

"kix": "ap-osaka-1",
"cwl": "uk-cardiff-1",
"ltn": "uk-gov-london-1",

@@ -241,2 +242,3 @@ "nrt": "ap-tokyo-1",

Region.SA_SAOPAULO_1 = Region.register("sa-saopaulo-1", realm_1.Realm.OC1);
Region.UK_CARDIFF_1 = Region.register("uk-cardiff-1", realm_1.Realm.OC1);
Region.UK_LONDON_1 = Region.register("uk-london-1", realm_1.Realm.OC1);

@@ -243,0 +245,0 @@ Region.US_ASHBURN_1 = Region.register("us-ashburn-1", realm_1.Realm.OC1);

2

lib/signer.js

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

request.headers.set(HEADER_CONTENT_SHA, shaObj.getHash("B64"));
contentLen = bodyStringContent.length;
contentLen = Buffer.byteLength(bodyStringContent, "utf8");
}

@@ -115,0 +115,0 @@ if (contentLen == 0) {

{
"name": "oci-common",
"version": "1.6.2",
"version": "1.6.3",
"description": "OCI Common module for NodeJS",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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