New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

payone-js-payment-form

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payone-js-payment-form

## Usage In development

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

ProtocolONE PayOne Payment Form

Usage

In development

In production

Define mounting place with id payone-form and initial data before attaching the form script

<div id="payone-form"></div>
<script>
window.PAYMENT_FORM_DATA = {
  id: '5c20e',
  has_vat: true,
  has_user_commission: true,
  project: { ... },
  payment_methods: [ ... ]
}
</script>
<script src="p1payone-form.js"></script>

In development

You can use the package in pair with payone-js-sdk. With npm run serve the form will be accessable in payone-js-sdk in development mode.

Development

Compiles and hot-reloads for development

npm run serve

Compiles and minifies into single js-file

npm run build

Like run build but with dist file size analysis

npm run check-size

Run tests

npm run test

Run tests for development in watch mode

npm run test:dev

FAQs

Package last updated on 25 Dec 2018

Did you know?

Socket

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.

Install

Related posts

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