An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.5% dependent packages on npmjs.org
Top 8.3% forks on npmjs.org

npmjs.org : @extendscript/aes.patch.array.isarray

The `isArray()` method determines whether the passed value is an Array.

Registry - Source - Homepage - JSON
purl: pkg:npm/%40extendscript/aes.patch.array.isarray
Keywords: extendscript , polyfill , shim , array , isArray , extensions , modules
License: MIT
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: extendscript
Dependent packages: 8
Dependent repositories: 1
Downloads: 3 last month
Stars: 20 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 9 days ago

@extendscript/ind.util.menuloader 1.0.1
A tool to load InDesign menus.
2 versions - Latest release: over 6 years ago - 2 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/modules.init 2.4.0
This module creates the shared `Sky` object. A peer-dependency for all ExtendScript Modules.
6 versions - Latest release: over 6 years ago - 7 dependent packages - 1 dependent repositories - 16 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.number.isinteger 1.0.0
The `Number.isInteger()` method determines whether the passed value is an integer.
1 version - Latest release: almost 7 years ago - 2 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/sui.module.jaxon 1.0.0
ExtendScript Preset Manager
1 version - Latest release: almost 7 years ago - 2 dependent packages - 1 dependent repositories - 14 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.util.jaw 1.0.0
Jaw is a data controller that wraps JSON objects with JSON-schema. It provides an easy to use, ch...
2 versions - Latest release: almost 7 years ago - 3 dependent packages - 1 dependent repositories - 48 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.json.clone 1.0.1
Adds the `clone()` method to JSON
2 versions - Latest release: almost 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.json.validate 1.0.1
Adds `validate()` to JSON. Validate a JSON objects to Schema.
2 versions - Latest release: almost 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.json.instantiate 1.0.0
Adds `instantiate()` to JSON. A simple tool for instantiating JSON Schemas.
1 version - Latest release: almost 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/ind.util.pageitems 2.0.1
Utilities that create or target page items in InDesign.
3 versions - Latest release: almost 7 years ago - 2 dependent packages - 1 dependent repositories - 25 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/ind.util.pages 1.0.3
Some page tools for InDesign
4 versions - Latest release: almost 7 years ago - 3 dependent packages - 1 dependent repositories - 10 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/ind.util.layer 2.0.0
Some layer utilities for InDesign
2 versions - Latest release: about 7 years ago - 2 dependent packages - 1 dependent repositories - 20 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/ind.util.bounds 1.1.0
Some utils for transforming InDesign bounds arrays.
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 56 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.bundle.es6 2.0.0
A collection of polyfills to bring ExtendScript to ES6 standards.
2 versions - Latest release: about 7 years ago - 2 dependent packages - 1 dependent repositories - 15 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.bundle.es5 2.0.2
A collection of ES5 polyfills for Exendscript.
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 42 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.bundle.object 2.0.1
A collection of `Object` polyfills for Exendscript.
2 versions - Latest release: about 7 years ago - 2 dependent packages - 1 dependent repositories - 2 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.bundle.array 2.0.1
A collection of `Array` polyfills for Exendscript.
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 47 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.every 2.0.0
The `every()` method tests whether all elements in the array pass the test implemented by the pro...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.filter 2.0.0
The `filter()` method creates a new array with all elements that pass the test implemented by the...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 4 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.find 2.0.0
The `find()` method returns the value of the first element in the array that satisfies the provid...
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.foreach 2.0.0
The `forEach()` method executes a provided function once for each array element.
2 versions - Latest release: about 7 years ago - 8 dependent packages - 1 dependent repositories - 4 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.from 2.0.0
The `from()` method creates a new Array instance from an array-like or iterable object.
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.indexof 2.0.0
The `indexOf()` method searches the array for the specified item, and returns its position.
2 versions - Latest release: about 7 years ago - 7 dependent packages - 1 dependent repositories - 2 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.lastindexof 2.0.0
The `lastIndexOf()` method returns the last index at which a given element can be found in the ar...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.map 2.0.0
The Array.map() method creates a new array with the results of calling a provided function on eve...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.reduce 2.0.0
The `Array.reduce()` method applies a function against an accumulator and each element in the arr...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 6 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.reduceright 2.0.0
The `reduceRight()` method applies a function against an accumulator and each value of the array ...
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 5 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.array.some 2.0.0
The `Array.some()` method tests whether at least one element in the array passes the test impleme...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 2 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.console.log 2.0.0
A `console.log()` for ExtendScript.
2 versions - Latest release: about 7 years ago - 2 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.function.bind 2.0.0
The `bind()` method creates a new function that, when called, has its this keyword set to the pro...
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 2 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.json 2.0.0
Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
2 versions - Latest release: about 7 years ago - 9 dependent packages - 1 dependent repositories - 37 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.number.isfinite 2.0.0
The `Number.isFinite()` method determines whether the passed value is a finite number.
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 2 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.assign 2.0.0
The `assign()` method is used to copy values of all enumerable own properties from one or more so...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 3 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.create 2.0.0
The `create()` method creates a new object with the specified prototype.
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.defineproperties 2.0.0
The `Object.defineProperties()` method defines new or modifies existing properties directly on an...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.defineproperty 2.0.0
The static method `Object.defineProperty()` defines a new property directly on an object, or modi...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 2 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.freeze 2.0.0
The `Object.freeze()` method freezes an object: that is, prevents new properties from being added...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.getownpropertydescriptor 2.0.0
The `Object.getOwnPropertyDescriptor()` method returns a property descriptor for an own property ...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.getownpropertynames 2.0.0
The `Object.getOwnPropertyNames()` method returns an array of all properties (including non-enume...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 4 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.isextensible 2.0.0
The Object.isExtensible() method determines if an object is extensible (whether it can have new p...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.isfrozen 2.0.0
The Object.isFrozen() determines if an object is frozen.
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.issealed 2.0.0
The Object.isSealed() method determines if an object is sealed.
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.keys 2.0.0
The `Object.keys()` method returns an array of a given object's own enumerable properties.
2 versions - Latest release: about 7 years ago - 7 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.preventextensions 2.0.0
The `Object.preventExtensions()` method prevents new properties from ever being added to an objec...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.getprototypeof 2.0.0
The `Object.getPrototypeOf()` method returns the prototype (i.e. the value of the internal [[Prot...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 36 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.seal 2.0.0
The Object.seal() method seals an object, preventing new properties from being added to it and ma...
2 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/aes.patch.object.setprototypeof 2.0.0
The `Object.setPrototypeOf()` method sets the prototype (i.e., the internal `Prototype` property)...
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 38 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/aes.patch.string.trim 3.0.0
The trim() method removes whitespace from both ends of a string.
2 versions - Latest release: about 7 years ago - 3 dependent packages - 1 dependent repositories - 0 downloads last month - 20 stars on GitHub - 4 maintainers
@extendscript/ind.util.rulers 4.0.0
An InDesign ruler utility that adds the `rulers.set()` method. This method sets both rulers to th...
3 versions - Latest release: about 7 years ago - 4 dependent packages - 1 dependent repositories - 1 downloads last month - 19 stars on GitHub - 4 maintainers
@extendscript/ind.util.ruler 1.0.0
The ruler utility adds the `ruler.set()` method. This method sets both rulers to the desired unit...
1 version - Latest release: about 7 years ago - 2 dependent packages - 1 dependent repositories - 2 downloads last month - 20 stars on GitHub - 4 maintainers