Socket
Socket
Sign inDemoInstall

@file-storage/image-manipulation

Package Overview
Dependencies
64
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4-alpha.0

dist/cjs/config.js

20

package.json
{
"name": "@file-storage/image-manipulation",
"version": "1.3.3",
"version": "1.3.4-alpha.0",
"description": "Image manipulation for file-storage",

@@ -8,7 +8,12 @@ "author": "Dang Nguyen <haidang009@gmail.com>",

"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"repository": {

@@ -23,5 +28,6 @@ "type": "git",

"scripts": {
"build": "yarn clean && yarn compile",
"build": "yarn clean && yarn compile:cjs && yarn compile:esm",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"compile:cjs": "tsc -p tsconfig-cjs.build.json",
"compile:esm": "tsc -p tsconfig-esm.build.json",
"test": "jest",

@@ -35,3 +41,3 @@ "test:coverage": "jest --coverage",

"devDependencies": {
"@file-storage/common": "^1.3.3",
"@file-storage/common": "^1.3.4-alpha.0",
"@types/sharp": "^0.28.5",

@@ -41,3 +47,3 @@ "rimraf": "~3.0.2",

},
"gitHead": "4d470e71a9a24b7acc0d6f82ac536dacfdd19a4d"
"gitHead": "9e9413b7c284c2eda373044ad98e8d1e85207c5f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc