react-intl-universal
Advanced tools
Comparing version 2.9.1 to 2.10.0
@@ -7,3 +7,2 @@ /* | ||
import 'intl'; | ||
import React from 'react'; | ||
@@ -10,0 +9,0 @@ import IntlMessageFormat from 'intl-messageformat'; |
@@ -13,3 +13,2 @@ /* | ||
require('intl'); | ||
var React = _interopDefault(require('react')); | ||
@@ -16,0 +15,0 @@ var IntlMessageFormat = _interopDefault(require('intl-messageformat')); |
{ | ||
"name": "react-intl-universal", | ||
"version": "2.9.1", | ||
"version": "2.10.0", | ||
"description": "Internationalize React apps. Not only for React component but also for Vanilla JS.", | ||
@@ -39,3 +39,2 @@ "keywords": [ | ||
"escape-html": "^1.0.3", | ||
"intl": "^1.2.5", | ||
"intl-messageformat": "^7.8.4", | ||
@@ -42,0 +41,0 @@ "invariant": "^2.2.2", |
@@ -92,4 +92,3 @@ # react-intl-universal | ||
### App Examples | ||
- [Browser Apps](https://github.com/alibaba/react-intl-universal/blob/master/packages/react-intl-universal/examples/browser-example/pages/index.tsx) | ||
- [Server-side App](https://github.com/alibaba/react-intl-universal/blob/master/packages/react-intl-universal/examples/node-js-example/src/App.js) | ||
- [Next.js Apps](https://github.com/alibaba/react-intl-universal/blob/master/packages/react-intl-universal/examples/nextjs-example/pages/index.tsx) | ||
- [Component](https://github.com/alibaba/react-intl-universal/blob/master/packages/react-intl-universal/examples/component-example/src/index.tsx) | ||
@@ -96,0 +95,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
55931
801
450
- Removedintl@^1.2.5
- Removedintl@1.2.5(transitive)