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

nuxt-cloudinary-module

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-cloudinary-module

Embed the Cloudinary Core library into Nuxt as `this.$cl`

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

nuxt-cloudinary-module

Import the Cloudinary core library into your Nuxt project as this.$cl

Getting started

Install the dependency through your package manager:

npm install nuxt-cloudinary-module

or

yarn add nuxt-cloudinary-module

Add it to the modules section of your nuxt.config.js, passing in your Cloudinary "cloud name", and an optional value "secure" to indicate whether to always load urls as HTTPS

{
  modules: [
    ['nuxt-cloudinary-module', { cloud_name: process.env.CLOUDINARY_CLOUD_NAME, secure: true }],
  ]
}

Typescript users

Add the types in tsconfig.json

"types": [
  // ... //,
  "nuxt-cloudinary-module"
]

Keywords

nuxt

FAQs

Package last updated on 25 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts