📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

flattenizer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flattenizer

Small library for flattening and unflattening objects.

1.1.3
latest
Source
npm
Version published
Weekly downloads
956
-40.99%
Maintainers
1
Weekly downloads
 
Created
Source

Flattenizer

Functions to flatten and unflatten nested JavaScript objects into a single level. Keys are enumerated if they collide.

  • API
  • Developing

API

The code is documented using tsdoc. The tests are helpful to read as well. There are also docs generated using api-extractor in the docs folder.

Developing

Commands

To run:

npm start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

To do a one-off build, use npm run build.

To run tests, use npm test.

Configuration

Code quality is set up for you with prettier, husky, and lint-staged. Adjust the respective fields in package.json accordingly.

Jest

Jest tests are set up to run with npm test.

Bundle Analysis

size-limit is set up to calculate the real cost of your library with npm run size and visualize the bundle with npm run analyze.

Continuous Integration

GitHub Actions

Two actions are added by default:

  • main which installs deps w/ cache, lints, tests, checks size and builds on all pushes against a Node and OS matrix

Keywords

flatten

FAQs

Package last updated on 13 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