New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.0.5

9

index.js

@@ -59,4 +59,11 @@ const http = require('http');

res.send({ message: "invalid hostname" })
return;
}
if((app.get("microgen") !== "authorized") && clientId) {
if(!clientId) {
res.send({ message: "invalid hostname" })
return;
}
if((app.get("microgen") !== "authorized")) {
client(clientId)

@@ -63,0 +70,0 @@ .then(res => {

2

package.json
{
"name": "microgen-client",
"version": "0.0.4",
"version": "0.0.5",
"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