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
3
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.7 to 0.2.0

app/lib/index.ts

22

CHANGELOG.md

@@ -0,1 +1,23 @@

# [0.2.0](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.1.0...v0.2.0) (2020-08-26)
### Features
* rimraf index.js ([1f54b5f](https://code.alipay.com/marmot/kauth-sdk-egg/commits/1f54b5f079a96ad34a1f09398ebc7af4ae71e0fa))
# [0.1.0](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.0.8...v0.1.0) (2020-08-26)
### Features
* add types ([56daa2c](https://code.alipay.com/marmot/kauth-sdk-egg/commits/56daa2c67fc4fff6d75c28857495c3cef3d3077b))
## [0.0.8](https://code.alipay.com/marmot/kauth-sdk-egg/compare/v0.0.7...v0.0.8) (2020-08-26)
## 0.0.7 (2020-08-26)

@@ -2,0 +24,0 @@

8

index.d.ts

@@ -1,7 +0,1 @@

import { AuthenticationInformation } from "kauth-sdk-node/dist/authenticator";
declare module 'egg' {
interface Context {
authenticationInformation: AuthenticationInformation;
}
}
export * from 'kauth-sdk-node';
{
"name": "egg-kauth",
"version": "0.0.7",
"version": "0.2.0",
"description": "egg kauth plugin",

@@ -12,7 +12,8 @@ "eggPlugin": {

],
"types": "**/*.d.ts",
"main": "index.ts",
"types": "types.d.ts",
"scripts": {
"type-check": "tsc --noEmit",
"lint": "npm run type-check && eslint . --fix --ext .ts",
"clean": "rimraf app/**/*.js app/**/*.d.ts config/**/*.js config/**/*.d.ts",
"clean": "rimraf index.js index.d.ts app/**/*.js app/**/*.d.ts config/**/*.js config/**/*.d.ts",
"build": "npm run clean && tsc",

@@ -19,0 +20,0 @@ "watch": "tsc -w",

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