@universal-packages/time-based-one-time-password
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@universal-packages/time-based-one-time-password", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Time-based one-time password implementation", | ||
@@ -9,3 +9,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"types": "index.d.ts", | ||
"repository": "git://git@github.com/universal-packages/universal-time-based-one-time-password.git", | ||
"repository": "git://git@github.com:universal-packages/universal-time-based-one-time-password.git", | ||
"scripts": { | ||
@@ -15,6 +15,7 @@ "build": "tsc --p tsconfig.dis.json", | ||
"test:full": "jest --coverage --verbose", | ||
"test:clear": "jest --clearCache" | ||
"test:clear": "jest --clearCache", | ||
"format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/jest": "^28.1.0", | ||
@@ -24,2 +25,3 @@ "@types/node": "^17.0.39", | ||
"jest-circus": "^28.1.0", | ||
"prettier": "^2.8.7", | ||
"ts-jest": "^28.0.4", | ||
@@ -48,4 +50,15 @@ "typescript": "^4.7.3" | ||
"printWidth": 180, | ||
"trailingComma": "none" | ||
"trailingComma": "none", | ||
"importOrder": [ | ||
"^[./]" | ||
], | ||
"importOrderSeparation": true, | ||
"importOrderSortSpecifiers": true, | ||
"importOrderParserPlugins": [ | ||
"typescript", | ||
"jsx", | ||
"classProperties", | ||
"decorators-legacy" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
11973
8