Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
2
Versions
194
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.13.0 to 1.14.0

5

lib/waiter.d.ts

@@ -5,7 +5,2 @@ /**

*/
declare global {
interface Array<T> {
exists(value?: T): boolean;
}
}
export interface DelayStrategy {

@@ -12,0 +7,0 @@ delay(context: WaitContext): number;

@@ -18,8 +18,2 @@ "use strict";

const __1 = require("..");
Array.prototype.exists = function (value) {
if (!value) {
return false;
}
return this.includes(value);
};
class WaitContextImpl {

@@ -26,0 +20,0 @@ constructor() {

2

package.json
{
"name": "oci-common",
"version": "1.13.0",
"version": "1.14.0",
"description": "OCI Common module for NodeJS",

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

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