@jverify/jverify-js
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@jverify/jverify-js", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A JavaScript library for the JVerify phone number verification APIs", | ||
@@ -5,0 +5,0 @@ "main": "jverify.js", |
@@ -20,3 +20,3 @@ # JVerify JavaScript Library | ||
```javascript | ||
const JVerify_lib = require('./javascript.js'); | ||
const JVerify_lib = require('jverify-js'); | ||
@@ -23,0 +23,0 @@ const JVerify = new JVerify_lib({ |
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
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
9972