Socket
Book a DemoInstallSign in
Socket

intl-99

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

intl-99

Intl.js polyfill with bundled locales as supported by 99designs

1.0.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

An Intl polyfill with support for the subset of locales offered by 99designs.

Usage in an app:

  • npm install --save 99designs/intl-99
  • Script copying the Intl.min.js file to your htdocs/assets/js directory (or similar) in build pipeline
  • Include the script in your template with a guard clause. eg:
<script>
    if (!window.Intl) {
        document.write('<script src="/assets/js/Intl.min.js"><\/script>');
    }
</script>

Building new version (eg: after release of new Intl.js or addition of locales to shared-configuration-bundle)

make
# update version in package.json

Keywords

intl

FAQs

Package last updated on 07 Aug 2015

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.