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.3.2 to 1.3.3

test/FitImage.js

13

package.json
{
"name": "react-native-fit-image",
"version": "1.3.2",
"version": "1.3.3",
"description": "Responsive image component to fit perfectly itself.",

@@ -8,3 +8,3 @@ "main": "dist/FitImage.js",

"build": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tape -r babel-register -r react-native-mock/mock test/**/*.js | tap-diff"
},

@@ -30,3 +30,10 @@ "repository": {

"babel-cli": "^6.8.0",
"babel-preset-react-native": "^1.7.0"
"babel-preset-react-native": "^1.7.0",
"enzyme": "^2.3.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-native": "^0.25.1",
"react-native-mock": "^0.2.2",
"tap-diff": "^0.1.1",
"tape": "^4.5.1"
},

@@ -33,0 +40,0 @@ "babel": {

@@ -46,5 +46,5 @@ # React Native Fit Image [![npm version](https://badge.fury.io/js/react-native-fit-image.svg)](https://badge.fury.io/js/react-native-fit-image)

![FitImageExample - Portrait](./FitImageExample/fit_image_example_portrait.gif)
![FitImageExample - LandScape](./FitImageExample/fit_image_example_landscape.gif)
![FitImageExample - Portrait](https://github.com/originerd/react-native-fit-image-example/blob/master/fit_image_example_portrait.gif)
![FitImageExample - LandScape](https://github.com/originerd/react-native-fit-image-example/blob/master/fit_image_example_landscape.gif)
[1]: https://github.com/huiseoul/react-native-fit-image/tree/master/FitImageExample
[1]: https://github.com/originerd/react-native-fit-image-example

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