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

expo-image-manipulator

Package Overview
Dependencies
Maintainers
24
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-image-manipulator - npm Package Compare versions

Comparing version 10.0.0 to 10.1.0

6

CHANGELOG.md

@@ -13,2 +13,8 @@ # Changelog

## 10.1.0 — 2021-10-01
### 🐛 Bug fixes
- Added missing dependency on `expo-image-loader`. ([#14585](https://github.com/expo/expo/pull/14585) by [@tsapeta](https://github.com/tsapeta))
## 10.0.0 — 2021-09-28

@@ -15,0 +21,0 @@

7

package.json
{
"name": "expo-image-manipulator",
"version": "10.0.0",
"version": "10.1.0",
"description": "Provides functions that let you manipulation images on the local file system, eg: resize, crop.",

@@ -34,3 +34,4 @@ "main": "build/ImageManipulator.js",

"dependencies": {
"expo-modules-core": "~0.4.0"
"expo-image-loader": "~3.0.0",
"expo-modules-core": "~0.4.2"
},

@@ -40,3 +41,3 @@ "devDependencies": {

},
"gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
"gitHead": "2718b696f4a6919905b0f47ebb24ff65b42d8ff9"
}

Sorry, the diff of this file is not supported yet

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