@constlab/vesper-jwt-auth
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@constlab/vesper-jwt-auth", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "vesper + jwt auth", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"doc": "typedoc --out docs/src/ --readme ./README.md", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"sample": "NODE_ENV=dev ts-node-dev sample/index.ts" | ||
"sample": "NODE_ENV=dev ts-node-dev sample/index.ts", | ||
"build": "tsc", | ||
"test": "echo \"No test specified\" && exit 0" | ||
}, | ||
"keywords": [ | ||
"vesper", | ||
"graphql", | ||
"jwt", | ||
@@ -17,3 +21,10 @@ "node", | ||
], | ||
"author": "Ivan Kalinichenko <kalinichenko@constlab.ru>", | ||
"author": { | ||
"name": "Ivan Kalinichenko", | ||
"email": "kalinichenko@constlab.ru" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/constlab/vesper-jwt-auth.git" | ||
}, | ||
"license": "MIT", | ||
@@ -20,0 +31,0 @@ "bugs": { |
# Vesper JWT Auth | ||
[![Build Status](https://travis-ci.org/constlab/vesper-jwt-auth.svg?branch=master)](https://travis-ci.org/constlab/vesper-jwt-auth) | ||
## Early access. Not for production use | ||
## Initial setup |
@@ -6,3 +6,3 @@ import { GraphModule } from "vesper"; | ||
interface IAuthConfig { | ||
export interface IAuthConfig { | ||
refreshToken: { | ||
@@ -9,0 +9,0 @@ expiresIn: string; |
@@ -15,3 +15,3 @@ { | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declaration": true /* Generates corresponding '.d.ts' file. */, | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
@@ -65,4 +65,4 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ | ||
}, | ||
"include": ["./src/**/*"], | ||
"exclude": ["node_modules"] | ||
"exclude": ["node_modules", "dist"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
110080
87
1986
8
2
2
1