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

@sideway/address

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sideway/address - npm Package Compare versions

Comparing version 4.1.4 to 5.0.0

dist/decode.d.ts

2

LICENSE.md

@@ -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"
}
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