Socket
Socket
Sign inDemoInstall

@braintree/iframer

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @braintree/iframer

A utility to consistently create iframes


Version published
Weekly downloads
216K
decreased by-12.65%
Maintainers
1
Install size
10.9 kB
Created
Weekly downloads
 

Changelog

Source

2.0.0

  • Update to node v18

  • Dev Dependency Updates

    • Update to TypeScript 5
    • Update prettier to next major version
    • Update eslint-plugin-prettier to next major version
    • Other minor dependency updates

Readme

Source

iframer

A utility to allow consistent iframe creation.

Example

var iframer = require("iframer");

var myIframe = iframer({
  name: "braintree-dropin-iframe",
  style: "z-index: 999",
  width: "100%",
  height: "68",
});

document.body.appendChild(myIframe);

Testing

npm t

FAQs

Last updated on 05 Dec 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc