Socket
Socket
Sign inDemoInstall

cloudinary-core

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudinary-core - npm Package Compare versions

Comparing version 2.0.3 to 2.0.5

2

bower.json
{
"name": "cloudinary-core",
"version": "2.0.3",
"version": "2.0.5",
"homepage": "http://cloudinary.com",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "cloudinary-core",
"version": "2.0.3",
"description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.",
"version": "2.0.5",
"description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.",
"main": "cloudinary-core.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -1,4 +0,4 @@

This is a distribution repository for `bower` and `npm`. The sources for this repository are maintained at the [cloudinary_js repository](https://github.com/cloudinary/cloudinary_js). Please submit issues and pull requests to that repository.
:information_source: This is a distribution repository for `bower` and `npm`. The sources for this repository are maintained at the [cloudinary_js repository](https://github.com/cloudinary/cloudinary_js). Please submit issues and pull requests to that repository.
# Cloudinary - bower and npm repository
# Cloudinary Client Side JavaScript Library<br>`bower` and `npm` repository

@@ -23,20 +23,28 @@ Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.

1. Install the files using the following command. Use the optional `--save` parameter if you wish to save the dependency in your bower.json file.
```shell
bower install cloudinary-core
```
```shell
bower install cloudinary-core
```
1. Include the javascript file in your HTML. For Example:
```html
<script src="../bower_components/cloudinary-core/cloudinary-core.js"></script>
```
```html
<script src="bower_componenets/lodash/lodash.js" type="text/javascript"></script>
<script src="bower_components/cloudinary-core/cloudinary-core.js" type="text/javascript"></script>
```
### NPM
The following instructions describe the installation of the **client-side libraries**. For the server side NodeJS library, see https://github.com/cloudinary/cloudinary_npm
1. Install the files using:
`npm install cloudinary_core`.
```shell
npm install lodash
npm install cloudinary-core
```
1. Include the javascript file in your HTML. For Example:
```html
<script src="../node_modules/cloudinary-core/cloudinary-core.js"></script>
```
```html
<script src="node_modules/lodash/lodash.js" type="text/javascript"></script>
<script src="node_modules/cloudinary-core/cloudinary-core.js" type="text/javascript"></script>
```

@@ -67,6 +75,8 @@ For the server side NPM library, please refer to https://github.com/cloudinary/cloudinary_npm.

### Core JavaScript library
### Cloudinary JavaScript library
The Core Cloudinary JavaScript library provides several classes, defined under the "`cloudinary`" domain. The reference documentation is located at https://cloudinary.github.io/pkg-cloudinary-core
The Cloudinary JavaScript library provides several classes, defined under the "`cloudinary`" domain.
#### Configuration

@@ -73,0 +83,0 @@

Sorry, the diff of this file is not supported yet

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

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