Socket
Socket
Sign inDemoInstall

celia

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celia

A modern JavaScript utility library delivering modularity, performance, & extras.


Version published
Weekly downloads
1.6K
decreased by-24.48%
Maintainers
1
Weekly downloads
 
Created
Source

celia

npm package

Note: A modern JavaScript utility library delivering modularity, performance, & extras.


Table of contents


Installation

Load celia via classical <script> tag

<script src="https://cdn.jsdelivr.net/npm/celia/dist/celia.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/celia/dist/qs.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/celia/dist/url.min.js"></script>

CommonJS style with npm

npm install celia --save

// es6
import celia from 'celia';
// or
import celia from 'celia/dist/celia.es';

// modularity
import each from 'celia/each';
import isDate from 'celia/isDate';
import stringify from 'celia/qs/stringify';
import join from 'celia/url/join';

// node
const celia = require('celia');
const { each } = celia;
const { isDate } = celia;
const { stringify } = celia.qs;
const { join } = celia.url;

Usage

Manipulation

API

  • camelCase
  • each
  • forEach
  • forNumber
  • forOwn
  • get
  • getUid
  • isArrayLike
  • isAsyncFunction
  • isBoolean
  • isDate
  • isFunction
  • isNil
  • isNumber
  • isObject
  • isPromiseLike
  • isRegExp
  • isString
  • isUndefined
  • isWindow
  • map
  • sleep
  • type
  • browser/msie
  • number/forNumber
  • number/map
  • object/assign
  • object/forIn
  • object/forOwn
  • object/get
  • object/map
  • qs/parse
  • qs/prefix
  • qs/stringify
  • url/isAbsolute
  • url/join

Release History

Keywords

FAQs

Package last updated on 06 May 2019

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

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