Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@withdouble/lucipher

Package Overview
Dependencies
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withdouble/lucipher - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

18

package.json
{
"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. */

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