@placetopay/iframe-on-boarding
Advanced tools
Comparing version 0.1.0-beta.1 to 0.1.0-beta.2
{ | ||
"name": "@placetopay/iframe-on-boarding", | ||
"version" : "0.1.0-beta.1", | ||
"version": "0.1.0-beta.2", | ||
"description": "Incorporation of iframe to give continuity to the identity validation allowing to keep the user within the same app or web page", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -21,3 +21,6 @@ "keywords": [ | ||
"homepage": "https://bitbucket.org/placetopay/onboarding/src/master/README.md", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"mocha": "^8.1.3" | ||
} | ||
} |
@@ -7,9 +7,11 @@ #Iframe for OnBoarding by Evertec-Placetopay | ||
* Install with npm: npm install iframe-on-boarding | ||
* Install with npm: | ||
npm install @placetopay/iframe-on-boarding | ||
##Usage from node | ||
The value of the url parameter is the url delivered in the response when requesting an identity validation in the [api](https://evertec-onboarding.stoplight.io/docs/onboarding-api-docs/OnBoarding.v1.yaml/paths/~1request/post) | ||
``` | ||
onboarding = require('iframe-on-boarding'); | ||
onboarding = require('@placetopay/iframe-on-boarding'); | ||
onboarding.addIframe(url); | ||
``` |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2973
4
45
2
16
1