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

@3beeepb/react-native-keyboard-dismiss

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3beeepb/react-native-keyboard-dismiss - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

package.json
{
"name": "@3beeepb/react-native-keyboard-dismiss",
"version": "1.0.5",
"description": "A simple way to dismiss the keyboard programmatically in a react native application.",
"version": "1.0.6",
"description": "A simple way to dismiss the keyboard programmatically in a React Native application.",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -7,3 +7,3 @@ # react-native-keyboard-dismiss [![npm version](https://badge.fury.io/js/%403beeepb%2Freact-native-keyboard-dismiss.svg)](https://badge.fury.io/js/%403beeepb%2Freact-native-keyboard-dismiss) ![NPM](https://img.shields.io/npm/l/@3beeepb/react-native-keyboard-dismiss) ![](https://img.shields.io/badge/platforms-android%20%7C%20ios-lightgrey)

1. Run `npm install react-native-keyboard-dismiss --save`
1. Run `npm install @3beeepb/react-native-keyboard-dismiss --save`

@@ -13,3 +13,3 @@ 2. To import the library choose one of these options

```js
import KeyboardDismiss from 'react-native-keyboard-dismiss';
import KeyboardDismiss from '@3beeepb/react-native-keyboard-dismiss';
```

@@ -16,0 +16,0 @@

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