🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@bundled-es-modules/ibantools

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundled-es-modules/ibantools

mirror of ibantools, bundled and exposed as ES module

latest
npmnpm
Version
2.2.0
Version published
Weekly downloads
459
440%
Maintainers
3
Weekly downloads
 
Created
Source

ibantools

This is a mirror of ibantools, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/ibantools
bower install bundled-es-modules/ibantools

Use

<script type="module">
  // from main file
  import { isValidIBAN } from 'ibantools'; // isValidIBAN or any other function supported
  // or directly
  import { isValidIBAN } from 'ibantools/ibantools.js';
  console.log(isValidIBAN);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

FAQs

Package last updated on 06 Jan 2020

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