New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudinary-util/util

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudinary-util/util - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0

30

package.json
{
"name": "@cloudinary-util/util",
"version": "2.3.0",
"version": "3.0.0",
"main": "./dist/index.js",

@@ -12,32 +12,30 @@ "module": "./dist/index.mjs",

],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"prepublishOnly": "cd ../../ && pnpm build && cd packages/util",
"semantic-release": "semantic-release",
"test": "vitest run"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@cloudinary-util/tsconfig": "workspace:*",
"@colbyfayock/semantic-release-pnpm": "^1.0.7",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.4.0",
"@types/node": "^17.0.12",
"babel-jest": "^29.4.0",
"eslint": "^7.32.0",
"jest": "^29.4.0",
"eslint-config-cloudinary-util": "workspace:*",
"semantic-release": "^20.1.0",
"semantic-release-monorepo": "^7.0.5",
"ts-jest": "^29.0.5",
"tsup": "^5.10.1",
"typescript": "^4.5.3",
"@cloudinary-util/tsconfig": "0.0.0",
"eslint-config-cloudinary-util": "0.0.0"
"vitest": "^1.2.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"semantic-release": "semantic-release --branches main",
"test": "jest"
}
}
}

@@ -19,4 +19,6 @@ <picture>

_The minimum node version officially supported is version 18._
```
npm install @cloudinary-util/util
```
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