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

fred-jwt

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fred-jwt - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "fred-jwt",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

@@ -5,3 +5,6 @@ import "@babel/polyfill";

// test login at https://kyng.us.auth0.com/authorize?client_id=tSQdwW7pLeBimagcXuQZLYtuUUH5mES1&response_type=code&redirect_uri=https://account.sensetecnic.com/auth?connection=oauth2&scope=openid%20profile
let apps = process.env.apps ? JSON.parse(process.env.apps) : {};
let apps = {};
try {
apps = JSON.parse(process.env.apps);
} catch (e){}

@@ -8,0 +11,0 @@ let JWT_SECRET = process.env.JWT_SECRET;

Sorry, the diff of this file is too big to display

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