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

@react-native-component/react-native-smart-badge

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-component/react-native-smart-badge - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@react-native-component/react-native-smart-badge",
"version": "1.0.4",
"version": "1.0.5",
"description": "A smart auto-fit badge for React Native apps",

@@ -5,0 +5,0 @@ "main": "Badge.js",

@@ -18,16 +18,19 @@ # react-native-smart-badge

or
## Usage
```
npm install @react-native-component/react-native-smart-badge --save
```
Install the button from npm with `npm install react-native-smart-badge --save`.
Then, require it from your app's JavaScript files with `import Badge from 'react-native-smart-badge'`.
```js
import React, {
Component,
} from 'react'
import {
StyleSheet,
View,
Text,
} from 'react-native'
import Badge from 'react-native-smart-badge'
## Usage
Install the button from npm with `npm install @react-native-component/react-native-smart-badge --save`.
Then, require it from your app's JavaScript files with `import Button from '@react-native-component/react-native-smart-badge'`.
```js
export default class NumberBadge extends Component {

@@ -34,0 +37,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