@sideway/address
Advanced tools
Comparing version 4.1.4 to 5.0.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2019-2020, Sideway, Inc. and Project contributors | ||
Copyright (c) 2019-2022, Sideway, Inc. and Project contributors | ||
All rights reserved. | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@sideway/address", | ||
"description": "Email address and domain validation", | ||
"version": "4.1.4", | ||
"version": "5.0.0", | ||
"repository": "git://github.com/sideway/address", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
"lib" | ||
"dist", | ||
"src", | ||
"esm" | ||
], | ||
@@ -17,15 +20,26 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"dependencies": { | ||
"@hapi/hoek": "^9.0.0" | ||
"@hapi/hoek": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "4.0.x", | ||
"@hapi/code": "8.x.x", | ||
"@hapi/lab": "24.x.x" | ||
"@hapi/code": "^9.0.0", | ||
"@hapi/lab": "25.0.0-beta.1", | ||
"@types/node": "^16.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "4.6.x" | ||
}, | ||
"scripts": { | ||
"test": "lab -a @hapi/code -t 100 -L -Y", | ||
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html" | ||
"test": "lab -t 100 -L", | ||
"test-cov-html": "lab -t 100 -L -r html -o coverage.html", | ||
"dist": "rm -rf dist/* && rm -rf esm/* && tsc --module commonjs --outdir dist && tsc --module es6 --outdir esm", | ||
"format": "prettier --write '**/*.ts'" | ||
}, | ||
"license": "BSD-3-Clause" | ||
} |
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
144967
52
2548
9
1
+ Added@hapi/hoek@10.0.1(transitive)
- Removed@hapi/hoek@9.3.0(transitive)
Updated@hapi/hoek@^10.0.0