react-native-flex-image
Advanced tools
Comparing version 1.2.1-beta.4575fe1 to 1.3.0-alpha.0
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10864
2
4
173
+ Addedtslib@1.9.3
+ Addedtslib@1.9.3(transitive)