@keboola/indigo-ui
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.3
const fs = require('fs'); | ||
const revision = process.env.INDIGO_UI_REVISON; | ||
const revision = process.env.INDIGO_UI_REVISION; | ||
const s3basePath = 'https://assets-cdn.keboola.com/indigo-ui/' + revision + '/'; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@keboola/indigo-ui", | ||
"description": "Keboola UI library", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.3", | ||
"dependencies": { | ||
@@ -39,3 +39,4 @@ "bootstrap": "^3.3.7", | ||
"build-storybook": "build-storybook -s public -o build", | ||
"build-dist-css": "grunt build prepare-revision" | ||
"build-dist-css": "grunt build prepare-revision", | ||
"generate-manifest": "node generate-manifest.js" | ||
}, | ||
@@ -42,0 +43,0 @@ "main": "src/components/index.js", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
300597