Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-fit-image

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-fit-image - npm Package Compare versions

Comparing version 1.2.2 to 1.3.2

dist/FitImage.js

16

package.json
{
"name": "react-native-fit-image",
"version": "1.2.2",
"version": "1.3.2",
"description": "Responsive image component to fit perfectly itself.",
"main": "FitImage.js",
"main": "dist/FitImage.js",
"scripts": {
"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -25,3 +26,12 @@ },

},
"homepage": "https://github.com/huiseoul/react-native-fit-image#readme"
"homepage": "https://github.com/huiseoul/react-native-fit-image#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-react-native": "^1.7.0"
},
"babel": {
"presets": [
"react-native"
]
}
}
FitImage.js

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