Socket
Socket
Sign inDemoInstall

@constlab/vesper-jwt-auth

Package Overview
Dependencies
19
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.travis.yml

19

package.json
{
"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"]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc