New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-localization

Package Overview
Dependencies
Maintainers
26
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-localization - npm Package Compare versions

Comparing version 10.2.0 to 11.0.0

2

build/ExpoLocalization.js
/* eslint-env browser */
import { Platform } from '@unimodules/core';
import { Platform } from 'expo-modules-core';
import * as rtlDetect from 'rtl-detect';

@@ -4,0 +4,0 @@ export default {

@@ -1,2 +0,2 @@

declare const _default: import("@unimodules/core").ProxyNativeModule;
declare const _default: import("expo-modules-core").ProxyNativeModule;
export default _default;

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoLocalization;
//# sourceMappingURL=ExpoLocalization.native.js.map

@@ -71,3 +71,3 @@ import { Localization } from './Localization.types';

*
* # Example
* @example
* ```ts

@@ -74,0 +74,0 @@ * // When the app returns from the background on Android...

@@ -81,3 +81,3 @@ import ExpoLocalization from './ExpoLocalization';

*
* # Example
* @example
* ```ts

@@ -84,0 +84,0 @@ * // When the app returns from the background on Android...

@@ -13,2 +13,12 @@ # Changelog

## 11.0.0 — 2021-09-28
### 🛠 Breaking changes
- Dropped support for iOS 11.0 ([#14383](https://github.com/expo/expo/pull/14383) by [@cruzach](https://github.com/cruzach))
### 🐛 Bug fixes
- Fix building errors from use_frameworks! in Podfile. ([#14523](https://github.com/expo/expo/pull/14523) by [@kudo](https://github.com/kudo))
## 10.2.0 — 2021-06-16

@@ -15,0 +25,0 @@

{
"name": "expo-localization",
"version": "10.2.0",
"version": "11.0.0",
"description": "Provides an interface for native user localization information.",

@@ -37,3 +37,3 @@ "main": "build/Localization.js",

"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/localization/",
"homepage": "https://docs.expo.dev/versions/latest/sdk/localization/",
"jest": {

@@ -48,3 +48,3 @@ "preset": "expo-module-scripts"

},
"gitHead": "b33f5e224578564c3e4b1b467f258cc119b3b786"
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
}

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from '@unimodules/core';
import { NativeModulesProxy } from 'expo-modules-core';
export default NativeModulesProxy.ExpoLocalization;
/* eslint-env browser */
import { Platform } from '@unimodules/core';
import { Platform } from 'expo-modules-core';
import * as rtlDetect from 'rtl-detect';

@@ -4,0 +4,0 @@

@@ -95,3 +95,3 @@ import ExpoLocalization from './ExpoLocalization';

*
* # Example
* @example
* ```ts

@@ -98,0 +98,0 @@ * // When the app returns from the background on Android...

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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