Socket
Socket
Sign inDemoInstall

@mozaic-ds/configuration-manager

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozaic-ds/configuration-manager - npm Package Compare versions

Comparing version 1.13.1 to 1.54.0

19

CHANGELOG.md

@@ -6,10 +6,12 @@ # Change Log

## [1.13.1](https://github.com/adeo/mozaic-design-system/compare/v1.13.0...v1.13.1) (2021-07-21)
# [1.54.0](https://github.com/adeo/mozaic-design-system/compare/v1.53.0...v1.54.0) (2023-03-02)
**Note:** Version bump only for package @mozaic-ds/configuration-manager
### Features
- **tools/mozaic-config:** allow usage of .cjs extension ([#1315](https://github.com/adeo/mozaic-design-system/issues/1315)) ([3bc7c26](https://github.com/adeo/mozaic-design-system/commit/3bc7c2612a398ca3f38f2e550fc6f462fddb7fd9))
## [1.13.1](https://github.com/adeo/mozaic-design-system/compare/v1.13.0...v1.13.1) (2021-07-21)
**Note:** Version bump only for package @mozaic-ds/configuration-manager
## [1.0.1](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.22...v1.0.1) (2020-12-09)

@@ -19,6 +21,2 @@

## [1.0.1-beta.2](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-beta.1...v1.0.1-beta.2) (2020-01-23)

@@ -28,11 +26,6 @@

## [1.0.1-alpha.24](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.23...v1.0.1-alpha.24) (2019-10-24)
### Features
* **tools/customization:** handle config file, add production build support and basic sass options ([#398](https://github.com/adeo/mozaic-design-system/issues/398)) ([3c8a0a0](https://github.com/adeo/mozaic-design-system/commit/3c8a0a097c48076faff204e075866cf29f22d73a))
- **tools/customization:** handle config file, add production build support and basic sass options ([#398](https://github.com/adeo/mozaic-design-system/issues/398)) ([3c8a0a0](https://github.com/adeo/mozaic-design-system/commit/3c8a0a097c48076faff204e075866cf29f22d73a))

@@ -6,3 +6,4 @@ const path = require('path')

const root = process.cwd()
const configPath = path.join(root, 'mozaic.config.js')
const { type } = require(path.join(root, 'package.json'))
const configPath = type === 'module' ? path.join(root, 'mozaic.config.cjs') : path.join(root, 'mozaic.config.js')
const config = fs.existsSync(configPath) ? require(configPath) : false

@@ -9,0 +10,0 @@

{
"name": "@mozaic-ds/configuration-manager",
"version": "1.13.1",
"version": "1.54.0",
"description": "Tokens to Design Systeme Adeo",

@@ -5,0 +5,0 @@ "author": "",

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