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

react-native-icon

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-icon - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

CHANGELOG.md

3

AndroidManifest.icons.json

@@ -6,4 +6,5 @@ {

{ "path": "res/mipmap-xhdpi/ic_launcher.png" , "size": "96x96" },
{ "path": "res/mipmap-xxhdpi/ic_launcher.png" , "size": "144x144" }
{ "path": "res/mipmap-xxhdpi/ic_launcher.png" , "size": "144x144" },
{ "path": "res/mipmap-xxxhdpi/ic_launcher.png" , "size": "192x192" }
]
}
{
"name": "react-native-icon",
"version": "0.2.9",
"version": "0.2.10",
"description": "Automatic icon resizing for React Native. Inspired by cordova-icon.",

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

@@ -52,4 +52,15 @@ # react-native-icon [![CircleCI](https://circleci.com/gh/dwmkerr/react-native-icon.svg?style=svg)](https://circleci.com/gh/dwmkerr/react-native-icon) [![codecov](https://codecov.io/gh/dwmkerr/react-native-icon/branch/master/graph/badge.svg)](https://codecov.io/gh/dwmkerr/react-native-icon)

## Coding
This section will guide you on how to develop with this project.
### Creating a Release
To create a release.
- Merge your work to master.
- Use `nvm version` to bump, e.g. `nvm version patch`
- Push and deploy `git push --tags && git push && npm deploy`
## License
MIT
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