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

@placetopay/iframe-on-boarding

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@placetopay/iframe-on-boarding - npm Package Compare versions

Comparing version 0.1.0-beta.1 to 0.1.0-beta.2

src/index.js

11

package.json
{
"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);
```
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