![Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility](https://cdn.sanity.io/images/cgdhsj6q/production/97774ea8c88cc8f4bed2766c31994ebc38116948-1664x1366.png?w=400&fit=max&auto=format)
Security News
Deno 2.2 Improves Dependency Management and Expands Node.js Compatibility
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
good-tenants-verification-package
Advanced tools
The Good Tenant Popup Verificaion library provides convenient access to the Good Tenants Verification API from applications written in JavaScript/TypeScript.
See the Good Tenant Docs for Documentation.
Node 12 or higher.
Install the package with:
npm install verification-package
# or
yarn add verification-package
The package needs to be configured with your account's secret key, which is available in the [Good Tenants Dashboard][api-keys]. Require it with the key's value:
Import Verfication as a default import (not * as verification-package
, unlike the DefinitelyTyped version)
and instantiate the verification using Verification.setup()
with the latest API version.
import Verification from "verification-package";
function initVerification() {
Verification.setup({
first_name: "john",
last_name: "doe",
email: "johndoe@mail.com",
purpose: "residential" or "commercial"
key: "pk_test_....",
onClose: () => console.log("close"),
callback: () => console.log("success"),
});
}
initVerification();
New features and bug fixes are released on the latest major version of the verification-package
package.
Run all tests:
$ yarn install
$ yarn test
If you do not have yarn
installed, you can get it with npm install --global yarn
FAQs
Official verification library of goodtenants.io
The npm package good-tenants-verification-package receives a total of 1 weekly downloads. As such, good-tenants-verification-package popularity was classified as not popular.
We found that good-tenants-verification-package demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.2 enhances Node.js compatibility, improves dependency management, adds OpenTelemetry support, and expands linting and task automation for developers.
Security News
React's CRA deprecation announcement sparked community criticism over framework recommendations, leading to quick updates acknowledging build tools like Vite as valid alternatives.
Security News
Ransomware payment rates hit an all-time low in 2024 as law enforcement crackdowns, stronger defenses, and shifting policies make attacks riskier and less profitable.