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

react-native-flex-image

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.2.1-beta.4575fe1 to 1.3.0-alpha.0

lib/FlexImage.d.ts

38

package.json
{
"name": "react-native-flex-image",
"version": "1.2.1-beta.4575fe1",
"version": "1.3.0-alpha.0",
"files": [
"flow-typed",
"src/FlexImage.js"
"lib/"
],
"main": "src/FlexImage.js",
"main": "lib/FlexImage.js",
"types": "lib/FlexImage.d.ts",
"scripts": {
"test": "node node_modules/jest/bin/jest.js"
"lint": "tslint -p .",
"test-src": "node node_modules/jest/bin/jest.js",
"test": "yarn lint",
"build": "tsc --declaration --outDir lib"
},
"dependencies": {
"class-autobind": "^0.1.4"
"class-autobind": "^0.1.4",
"tslib": "1.9.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"@types/react": "16.7.13",
"@types/react-native": "0.57.15",
"babel-cli": "^6.26.0",
"babel-jest": "^20.0.3",
"eslint": "^4.3.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "0.47.0",
"jest-expo": "~19.0.0",
"prettier": "1.15.3",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12"
"react-test-renderer": "16.6.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "3.2.2"
},
"jest": {
"preset": "jest-expo"
},
"prettier": {
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}
}
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