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.4-alpha.0 to 1.3.4-alpha.1

dist/cjs/package.json

11

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

@@ -27,6 +27,5 @@ "author": "Dang Nguyen <haidang009@gmail.com>",

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

@@ -40,3 +39,3 @@ "test:coverage": "jest --coverage",

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

@@ -46,3 +45,3 @@ "rimraf": "~3.0.2",

},
"gitHead": "9e9413b7c284c2eda373044ad98e8d1e85207c5f"
"gitHead": "af797d52c675d46b8abfd5bdf5e9c0e4e71c2c9f"
}
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