@withdouble/lucipher
Advanced tools
Comparing version 1.2.3 to 2.0.0
{ | ||
"name": "@withdouble/lucipher", | ||
"description": "Encryption and JWT toolbox", | ||
"version": "1.2.3", | ||
"version": "2.0.0", | ||
"author": { | ||
@@ -14,3 +14,2 @@ "name": "Double, inc", | ||
"license": "MIT", | ||
"main": "lib", | ||
"files": [ | ||
@@ -23,6 +22,12 @@ "lib" | ||
}, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/esnext/index.d.ts" | ||
}, | ||
"scripts": { | ||
"clean-lib": "rm -rf lib | echo \"No lib folder to remove\"", | ||
"prebuild": "npm run clean-lib", | ||
"build": "babel src/ -d lib/", | ||
"clean": "rm -rf dist || echo 'No dist folder to remove'", | ||
"prebuild": "npm run clean", | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"prepare": "npm run build" | ||
@@ -38,8 +43,15 @@ }, | ||
"@babel/preset-flow": "^7.0.0", | ||
"@types/jsonwebtoken": "^8.3.4", | ||
"@withdouble/eslint-config": "^2.3.0", | ||
"flow-bin": "^0.108.0" | ||
"flow-bin": "^0.108.0", | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.6.3" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@withdouble" | ||
"extends": "@withdouble", | ||
"env": { | ||
"node": true, | ||
"browser": false | ||
} | ||
} | ||
} |
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
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
2184
9
3
13
1