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

@monokle/synchronizer

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monokle/synchronizer - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

1

lib/cjs/handlers/apiHandler.js

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

}),
timeout: 30 * 1000,
});

@@ -202,0 +203,0 @@ });

@@ -24,2 +24,5 @@ "use strict";

this._clientScope = _clientScope;
openid_client_1.custom.setHttpOptionsDefaults({
timeout: 10 * 1000,
});
}

@@ -26,0 +29,0 @@ initializeAuthFlow() {

@@ -172,2 +172,3 @@ import normalizeUrl from 'normalize-url';

}),
timeout: 30 * 1000,
});

@@ -174,0 +175,0 @@ }

5

lib/mjs/handlers/deviceFlowHandler.js

@@ -1,2 +0,2 @@

import { Issuer } from 'openid-client';
import { Issuer, custom } from 'openid-client';
import { DEFAULT_DEVICE_FLOW_IDP_URL, DEFAULT_DEVICE_FLOW_CLIENT_ID, DEFAULT_DEVICE_FLOW_CLIENT_SECRET, DEFAULT_DEVICE_FLOW_ALG, DEFAULT_DEVICE_FLOW_CLIENT_SCOPE, } from '../constants.js';

@@ -16,2 +16,5 @@ export class DeviceFlowHandler {

this._clientScope = _clientScope;
custom.setHttpOptionsDefaults({
timeout: 10 * 1000,
});
}

@@ -18,0 +21,0 @@ async initializeAuthFlow() {

{
"name": "@monokle/synchronizer",
"version": "0.12.0",
"version": "0.12.1",
"description": "Monokle Cloud synchronizer",

@@ -5,0 +5,0 @@ "author": "Kubeshop",

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