
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@ohmi/deprecated-react-native-prop-types
Advanced tools
Deprecated prop-types from React Native.
This package contains deprecated prop-types
from React Native.
import {Image} from 'react-native';
doSomething(Image.propTypes);
import {ImagePropTypes} from 'deprecated-react-native-prop-types';
doSomething(ImagePropTypes);
import {Text} from 'react-native';
doSomething(Text.propTypes);
import {TextPropTypes} from 'deprecated-react-native-prop-types';
doSomething(TextPropTypes);
import {TextInput} from 'react-native';
doSomething(TextInput.propTypes);
import {TextInputPropTypes} from 'deprecated-react-native-prop-types';
doSomething(TextInputPropTypes);
import {ColorPropType} from 'react-native';
doSomething(ColorPropType);
import {ColorPropType} from 'deprecated-react-native-prop-types';
doSomething(ColorPropType);
import {EdgeInsetsPropType} from 'react-native';
doSomething(EdgeInsetsPropType);
import {EdgeInsetsPropType} from 'deprecated-react-native-prop-types';
doSomething(EdgeInsetsPropType);
import {PointPropType} from 'react-native';
doSomething(PointPropType);
import {PointPropType} from 'deprecated-react-native-prop-types';
doSomething(PointPropType);
import {ViewPropTypes} from 'react-native';
doSomething(ViewPropTypes);
import {ViewPropTypes} from 'deprecated-react-native-prop-types';
doSomething(ViewPropTypes);
FAQs
Deprecated prop-types from React Native.
We found that @ohmi/deprecated-react-native-prop-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.