babel-plugin-cloudinary
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -5,2 +5,8 @@ # Change Log | ||
## [0.2.0](https://github.com/trivago/babel-plugin-cloudinary/tree/0.2.0) | ||
### Features | ||
- [#20](https://github.com/trivago/babel-plugin-cloudinary/pull/20) Fallback to process.cwd() for finding the cloudinary config file | ||
## [0.1.0](https://github.com/trivago/babel-plugin-cloudinary/tree/0.1.0) | ||
@@ -7,0 +13,0 @@ |
@@ -10,5 +10,6 @@ /** | ||
const cloudinary = require("cloudinary-core"); | ||
const requireConfig = require("./helpers/requireConfig"); | ||
// https://cloudinary.com/documentation/solution_overview#configuration_parameters | ||
const runConfig = require(`${process.env.INIT_CWD}/cloudinaryrc.json`); | ||
const runConfig = requireConfig(); | ||
@@ -15,0 +16,0 @@ if (!_has(runConfig, "native.cloud_name")) { |
{ | ||
"name": "babel-plugin-cloudinary", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Compile cloudinary URLs at build time", | ||
@@ -5,0 +5,0 @@ "author": "Daniel Caldas", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
40502
12
405
1