Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
A modern JavaScript utility library delivering modularity, performance, and extras.
Note: A modern JavaScript utility library delivering modularity, performance, and extras.
celia
via classical <script>
tag<script src="https://cdn.jsdelivr.net/npm/celia/iife.min.js"></script>
<script>
// window.celia
celia.assign
celia.each
celia.getUid
celia.hasOwn
celia.isArrayLike
celia.isAsyncFunction
celia.isBoolean
celia.isDate
celia.isFalsy
celia.isFunction
celia.isInteger
celia.isNil
celia.isNumber
celia.isObject
celia.isPlainObject
celia.isPromiseLike
celia.isRegExp
celia.isString
celia.isUndefined
celia.isWindow
celia.looseEqual
celia.map
celia.noop
celia.sleep
celia.toString
celia.type
</script>
npm install celia --save
// es6
import { assign, each, getUid, hasOwn, isArrayLike, isUndefined, isWindow, looseEqual, map, noop, sleep, toString, type } from 'celia');
// modularity
import assign from 'celia/es/assign';
import each from 'celia/es/each';
import getUid from 'celia/es/getUid';
import hasOwn from 'celia/es/hasOwn';
import isArrayLike from 'celia/es/isArrayLike';
import isAsyncFunction from 'celia/es/isAsyncFunction';
import isBoolean from 'celia/es/isBoolean';
import isDate from 'celia/es/isDate';
import isFalsy from 'celia/es/isFalsy';
import isFunction from 'celia/es/isFunction';
import isInteger from 'celia/es/isInteger';
import isNil from 'celia/es/isNil';
import isNumber from 'celia/es/isNumber';
import isObject from 'celia/es/isObject';
import isPlainObject from 'celia/es/isPlainObject';
import isPromiseLike from 'celia/es/isPromiseLike';
import isRegExp from 'celia/es/isRegExp';
import isString from 'celia/es/isString';
import isUndefined from 'celia/es/isUndefined';
import isWindow from 'celia/es/isWindow';
import looseEqual from 'celia/es/looseEqual';
import map from 'celia/es/map';
import noop from 'celia/es/noop';
import sleep from 'celia/es/sleep';
import toString from 'celia/es/toString';
import type from 'celia/es/type';
// node
const { assign, each, getUid, hasOwn, isArrayLike, isUndefined, isWindow, looseEqual, map, noop, sleep, toString, type } = require('celia');
// or
const assign = require('celia/assign');
const each = require('celia/each');
const getUid = require('celia/getUid');
const hasOwn = require('celia/hasOwn');
const isArrayLike = require('celia/isArrayLike');
const isAsyncFunction = require('celia/isAsyncFunction');
const isBoolean = require('celia/isBoolean');
const isDate = require('celia/isDate');
const isFalsy = require('celia/isFalsy');
const isFunction = require('celia/isFunction');
const isInteger = require('celia/isInteger');
const isNil = require('celia/isNil');
const isNumber = require('celia/isNumber');
const isObject = require('celia/isObject');
const isPlainObject = require('celia/isPlainObject');
const isPromiseLike = require('celia/isPromiseLike');
const isRegExp = require('celia/isRegExp');
const isString = require('celia/isString');
const isUndefined = require('celia/isUndefined');
const isWindow = require('celia/isWindow');
const looseEqual = require('celia/looseEqual');
const map = require('celia/map');
const noop = require('celia/noop');
const sleep = require('celia/sleep');
const toString = require('celia/toString');
const type = require('celia/type');
Manipulate Object Manipulate Array Manipulate String Manipulate Function Manipulate Query String Manipulate Properties Files Browser Stuff
FAQs
A modern JavaScript utility library delivering modularity, performance, and extras.
The npm package celia receives a total of 0 weekly downloads. As such, celia popularity was classified as not popular.
We found that celia demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.