Socket
Socket
Sign inDemoInstall

cloudi-upload-with-ease

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudi-upload-with-ease - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/cjs/cloudinary/index.d.ts

65

package.json
{
"name": "cloudi-upload-with-ease",
"version": "1.0.0",
"description": "upload to cloudinary with ease",
"main": "dist/app.js",
"files": [
"dist"
],
"scripts": {
"rm": "rimraf ./dist",
"build": "tsc",
"dev": "ts-node-dev src/app.ts",
"start": "npm run build && node dist/index.js"
},
"keywords": [
"upload",
"files"
],
"repository": {
"type": "git",
"url": "https://github.com/Olaoluwa402/cloudi-upload-with-ease"
},
"author": "Olaoluwa Daniel IBUKUN",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.4",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"dependencies": {
"cloudinary": "^1.41.0"
}
"name": "cloudi-upload-with-ease",
"version": "1.1.0",
"description": "upload to cloudinary with ease",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rimraf ./dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/cjs"
},
"keywords": [
"upload",
"files"
],
"repository": {
"type": "git",
"url": "https://github.com/Olaoluwa402/cloudi-upload-with-ease"
},
"author": "Olaoluwa Daniel IBUKUN",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.4",
"cloudinary": "^1.41.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"cloudinary": "^1.41.0"
}
}
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