🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@episclera/multipack-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@episclera/multipack-utils

A set of utils for @episclera/multipack package.

latest
Source
npmnpm
Version
5.45.2
Version published
Maintainers
1
Created
Source

@episclera/multipack-utils

A set of utils for @episclera/multipack package. Part of multipack monorepo

Site | Getting Started | API | Blog

GitHub Multipack

Usage

Install: npm i -D @episclera/multipack-utils

mergeConfigs

Useful when you need to deep merge two configs

import { mergeConfigs } from '@episclera/multipack-utils'
const config = mergeConfigs({ a: 1 }, { b: 2 })
// { a: 1, b: 2 }

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).

If you like this repository star⭐ and watch👀 on GitHub

Keywords

multipack-utils

FAQs

Package last updated on 06 Sep 2023

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