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.1
to
1.4.2
+18
-0
CHANGELOG.md

@@ -0,1 +1,19 @@

1.4.2 / 2022-08-09
==================
Angular
------------------
* Fix angular package version (#150)
VUE3
------------------
* Test vue3 responsive (#160)
* Test vue3 placeholder (#159)
* Test vue3 lazyload (#158)
* Test vue3 analytics (#157)
* Test vue3 accessibility tests (#156)
* Add vue3 advanced image (#153)
* Add vue3 sdk base with a build script (#151)
1.4.1 / 2022-05-31

@@ -2,0 +20,0 @@ ==================

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

@@ -19,5 +19,6 @@ "main": "./index.js",

"@babel/preset-typescript": "^7.14.5",
"@cloudinary/url-gen": "^1.4.0",
"@cloudinary/url-gen": "^1.8.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"core-js": "^3.23.5",
"rollup": "^2.52.2",

@@ -24,0 +25,0 @@ "rollup-plugin-peer-deps-external": "^2.2.4",

+3
-4
## Overview
This is our html library. The objective of this layer is to hold all logic for our
React and Angular libraries.
Angular and React use the html library to render images and videos.
This is Cloudinary's html library.
It acts as a layer that provides all dom manipulation logic used by Cloudinary's
frontend frameworks SDKs like [@cloudinary/react](https://www.npmjs.com/package/@cloudinary/react) and [@cloudinary/ng](https://www.npmjs.com/package/@cloudinary/ng) for rendering images and videos.