New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cloudinary/html

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudinary/html - npm Package Compare versions

Comparing version
1.4.2
to
1.5.0
index.esm.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+16
-0

@@ -0,1 +1,17 @@

1.5.0 / 2022-09-18
==================
Vue 3
------------------
* Release first version of @cloudinary/vue3 SDK
React
------------------
* Fix react jest configuration (#173)
* Update React SDK readme (#175)
Docs:
------------------
* Update README example (#168)
1.4.2 / 2022-08-09

@@ -2,0 +18,0 @@ ==================

+2
-1
{
"name": "@cloudinary/html",
"version": "1.4.2",
"version": "1.5.0",
"description": "An HTML wrapper for Cloudinary",

@@ -14,2 +14,3 @@ "main": "./index.js",

"build": "tsc && npm run prepare-build && rollup -c",
"postbuild": "cp index.esm.* ./dist && cp index.umd.* ./dist",
"prepare-build": "cp package.json ./dist"

@@ -16,0 +17,0 @@ },

@@ -7,6 +7,6 @@ import { Transformation } from "@cloudinary/url-gen/transformation/Transformation";

export declare const ACCESSIBILITY_MODES: {
darkmode: import("@cloudinary/url-gen/actions/effect/Colorize").ColorizeEffectAction;
brightmode: import("@cloudinary/url-gen/actions/effect/Colorize").ColorizeEffectAction;
monochrome: import("@cloudinary/url-gen/actions/effect/EffectActions/SimpleEffectAction").SimpleEffectAction;
colorblind: import("@cloudinary/url-gen/actions/effect/AssistColorBlind").AssistColorBlindEffectAction;
darkmode: import("@cloudinary/transformation-builder-sdk/actions/effect/Colorize").ColorizeEffectAction;
brightmode: import("@cloudinary/transformation-builder-sdk/actions/effect/Colorize").ColorizeEffectAction;
monochrome: import("@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/SimpleEffectAction").SimpleEffectAction;
colorblind: import("@cloudinary/transformation-builder-sdk/actions/effect/AssistColorBlind").AssistColorBlindEffectAction;
};

@@ -13,0 +13,0 @@ /**