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

microgen-client

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microgen-client - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

6

index.js

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

const http = require('http');
const https = require('https');
const url = "https://admin.microgen.id";

@@ -6,3 +6,3 @@

return new Promise((resolve, reject) => {
http.get(`${url}/client?clientId=${process.env.MICROGEN_CLIENT_ID}&clientSecret=${process.env.MICROGEN_CLIENT_SECRET}`, (resp) => {
https.get(`${url}/client?clientId=${process.env.MICROGEN_CLIENT_ID}&clientSecret=${process.env.MICROGEN_CLIENT_SECRET}`, (resp) => {
let data = '';

@@ -33,3 +33,3 @@

return new Promise((resolve, reject) => {
http.get(`${url}/client/${clientId}`, (resp) => {
https.get(`${url}/client/${clientId}`, (resp) => {
let data = '';

@@ -36,0 +36,0 @@

{
"name": "microgen-client",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

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