@withdouble/lucipher
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@withdouble/lucipher", | ||
"description": "Encryption and JWT toolbox", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": { | ||
@@ -25,2 +25,3 @@ "name": "Double, inc", | ||
"scripts": { | ||
"lint": "eslint src/**/* --ext .ts,.js --fix", | ||
"clean": "rm -rf dist || echo 'No dist folder to remove'", | ||
@@ -35,19 +36,10 @@ "prebuild": "npm run clean", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@types/jsonwebtoken": "^8.3.4", | ||
"@withdouble/eslint-config": "^2.3.0", | ||
"flow-bin": "^0.108.0", | ||
"@withdouble/eslint-config": "^3.0.10", | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.6.3" | ||
"typescript": "^3.8.3" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@withdouble", | ||
"env": { | ||
"node": true, | ||
"browser": false | ||
} | ||
"extends": "@withdouble/eslint-config/service" | ||
} | ||
} |
@@ -79,2 +79,2 @@ import jwt, { SignOptions, VerifyOptions } from 'jsonwebtoken' | ||
export default AbstractJwt | ||
export default AbstractJwt |
@@ -7,3 +7,3 @@ { | ||
// "incremental": true, /* Enable incremental compilation */ | ||
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ | ||
"target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ | ||
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ | ||
@@ -10,0 +10,0 @@ // "lib": [], /* Specify library files to be included in the compilation. */ |
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
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
4
926
0
62214