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

@allthings/cdn-intl-provider

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allthings/cdn-intl-provider

## Install

  • 4.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
270
decreased by-67.11%
Maintainers
0
Weekly downloads
 
Created
Source

CDNIntlProvider

Install

yarn add @allthings/cdn-intl-provider

This project uses following peer dependencies, which need to be installed in your project:

  • react >= 16.8
  • react-intl >= 6.6.8

Description

This is a thin wrapper around react-intls IntlProvider for Allthings purposes.

Example usage

import CDNIntlProvider from '@allthings/cdn-intl-provider'

// …

const App = () => (
  <CDNIntlProvider
    resourcePath="https://static.allthings.me"
    locale="de"
    project="app"
    stage="production"
    variation="default"
  >
    <Main />
  </CDNIntlProvider>
)

FAQs

Package last updated on 16 Aug 2024

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