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

oauthkermit

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauthkermit - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

24

lib/oauth2.js

@@ -157,9 +157,21 @@ var querystring= require('querystring'),

console.log('=====REQUETE=====');
console.log('type'+http_library);
console.log('host'+options["host"]);
console.log('port'+options["port"]);
console.log('path'+options["method"]);
console.log('headers'+options["headers"]);
console.log('');
try {
console.log('type' + JSON.stringify(http_library));
} catch (ex) {
}
console.log('method : '+options["method"]);
console.log('host : '+options["host"]);
console.log('port : '+options["port"]);
console.log('path : '+options["path"]);
try {
console.log('headers' + JSON.stringify(options["headers"]));
} catch (ex) {
}
try {
console.log('options : '+JSON.stringify(options));
} catch (ex) {
}
var request = http_library.request(options, function (response) {

@@ -166,0 +178,0 @@ response.on("data", function (chunk) {

{
"name": "oauthkermit",
"version": "0.0.2",
"version": "0.0.3",
"description": "oauth for kermit infrastructure",

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

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