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

egg-kauth

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-kauth - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

CHANGELOG.md

2

app/lib/index.js

@@ -83,3 +83,3 @@ "use strict";

router.route(kauthConfig.moziAuthorizeUri, this.redirectMoziAuthorizeUri);
router.route(kauthConfig.googleAuthorizeUri, this.redirectMoziAuthorizeUri);
router.route(kauthConfig.googleAuthorizeUri, this.redirectGoogleAuthorizeUri);
router.route(kauthConfig.moziTokenUri, this.redirectMoziToken);

@@ -86,0 +86,0 @@ router.route(kauthConfig.googleTokenUri, this.redirectGoogleToken);

{
"name": "egg-kauth",
"version": "0.0.6",
"version": "0.0.7",
"description": "egg kauth plugin",

@@ -18,3 +18,6 @@ "eggPlugin": {

"build": "npm run clean && tsc",
"ci": "npm run lint"
"watch": "tsc -w",
"ci": "npm run lint",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add .",
"prepublishOnly": "rm -rf dist && npm run build"
},

@@ -24,3 +27,3 @@ "author": "",

"dependencies": {
"kauth-sdk-node": "0.0.13"
"kauth-sdk-node": "^0.0.16"
},

@@ -30,2 +33,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^3.7.1",
"conventional-changelog-cli": "^2.1.0",
"egg": "^2.27.0",

@@ -32,0 +36,0 @@ "eslint": "^7.5.0",

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