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

@fluentui-react-native/adapters

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui-react-native/adapters - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Fri, 23 Oct 2020 22:23:58 GMT",
"date": "Wed, 06 Jan 2021 18:39:54 GMT",
"tag": "@fluentui-react-native/adapters_v0.4.1",
"version": "0.4.1",
"comments": {
"patch": [
{
"comment": "Bump react-native-win32",
"author": "krsiler@microsoft.com",
"commit": "07395b1141d73a37a8d9ccd09bafadd205b5a528",
"package": "@fluentui-react-native/adapters"
}
]
}
},
{
"date": "Fri, 23 Oct 2020 22:27:37 GMT",
"tag": "@fluentui-react-native/adapters_v0.4.0",

@@ -8,0 +23,0 @@ "version": "0.4.0",

# Change Log - @fluentui-react-native/adapters
This log was last generated on Fri, 23 Oct 2020 22:23:58 GMT and should not be manually modified.
This log was last generated on Wed, 06 Jan 2021 18:39:54 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.1
Wed, 06 Jan 2021 18:39:54 GMT
### Patches
- Bump react-native-win32 (krsiler@microsoft.com)
## 0.4.0
Fri, 23 Oct 2020 22:23:58 GMT
Fri, 23 Oct 2020 22:27:37 GMT

@@ -11,0 +19,0 @@ ### Minor changes

3

lib-commonjs/adapters.d.ts
import { TextProps, ViewProps, ImageProps } from 'react-native';
export declare type ITextProps = TextProps;
import { ITextWin32Props } from '@office-iss/react-native-win32';
export declare type ITextProps = TextProps & Partial<ITextWin32Props>;
export declare type IViewProps = ViewProps;

@@ -4,0 +5,0 @@ export declare type IImageProps = ImageProps;

@@ -98,2 +98,12 @@ "use strict";

suppressHighlighting: true,
accessibilityDescribedBy: true,
accessibilityLabeledBy: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
textStyle: true,
tooltip: true,
};

@@ -100,0 +110,0 @@ var _imageMask = {

@@ -82,2 +82,8 @@ "use strict";

numberOfLines: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
onLayout: true,

@@ -87,6 +93,7 @@ onLongPress: true,

style: true,
selectable: true,
nativeID: true,
maxFontSizeMultiplier: true,
textStyle: true,
tooltip: true
tooltip: true,
};

@@ -93,0 +100,0 @@ var _imageMask = {

import { TextProps, ViewProps, ImageProps } from 'react-native';
export declare type ITextProps = TextProps;
import { ITextWin32Props } from '@office-iss/react-native-win32';
export declare type ITextProps = TextProps & Partial<ITextWin32Props>;
export declare type IViewProps = ViewProps;

@@ -4,0 +5,0 @@ export declare type IImageProps = ImageProps;

@@ -96,2 +96,12 @@ var _viewMask = {

suppressHighlighting: true,
accessibilityDescribedBy: true,
accessibilityLabeledBy: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
textStyle: true,
tooltip: true,
};

@@ -98,0 +108,0 @@ var _imageMask = {

@@ -80,2 +80,8 @@ var _viewMask = {

numberOfLines: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
onLayout: true,

@@ -85,6 +91,7 @@ onLongPress: true,

style: true,
selectable: true,
nativeID: true,
maxFontSizeMultiplier: true,
textStyle: true,
tooltip: true
tooltip: true,
};

@@ -91,0 +98,0 @@ var _imageMask = {

{
"name": "@fluentui-react-native/adapters",
"version": "0.4.0",
"version": "0.4.1",
"description": "Adapters for working with react-native types",

@@ -21,3 +21,3 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@office-iss/react-native-win32": "0.62.3",
"@office-iss/react-native-win32": "0.62.6",
"@types/jest": "^25.1.4",

@@ -24,0 +24,0 @@ "@types/react-native": "^0.62.0",

import { TextProps, ViewProps, ImageProps } from 'react-native';
import { IFilterMask } from './filter.types';
import { ITextWin32Props } from '@office-iss/react-native-win32';
// export core interface types
export type ITextProps = TextProps;
export type ITextProps = TextProps & Partial<ITextWin32Props>;
export type IViewProps = ViewProps;

@@ -105,2 +106,12 @@ export type IImageProps = ImageProps;

suppressHighlighting: true,
accessibilityDescribedBy: true,
accessibilityLabeledBy: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
textStyle: true,
tooltip: true,
};

@@ -107,0 +118,0 @@

@@ -90,2 +90,8 @@ import { ITextWin32Props, IViewWin32Props } from '@office-iss/react-native-win32';

numberOfLines: true,
keyDownEvents: true,
keyUpEvents: true,
onKeyDown: true,
onKeyDownCapture: true,
onKeyUp: true,
onKeyUpCapture: true,
onLayout: true,

@@ -95,6 +101,7 @@ onLongPress: true,

style: true,
selectable: true,
nativeID: true,
maxFontSizeMultiplier: true,
textStyle: true,
tooltip: true
tooltip: true,
};

@@ -101,0 +108,0 @@

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