187 packages matching “extendscript”
@extendscript/aes.patch.object.freeze
v2.0.0 · 8 years ago
The `Object.freeze()` method freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being
No known vulnerabilities
@extendscript/aes.patch.array.find
v2.0.0 · 8 years ago
The `find()` method returns the value of the first element in the array that satisfies the provided testing function. Otherwise undefined is returned.
No known vulnerabilities
@extendscript/aes.patch.array.indexof
v2.0.0 · 8 years ago
The `indexOf()` method searches the array for the specified item, and returns its position.
No known vulnerabilities
@extendscript/ind.util.pageitems
v2.0.1 · 7 years ago
Utilities that create or target page items in InDesign.
No known vulnerabilities
@extendscript/ind.util.pages
v1.0.3 · 7 years ago
Some page tools for InDesign
No known vulnerabilities
@extendscript/aes.patch.array.foreach
v2.0.0 · 8 years ago
The `forEach()` method executes a provided function once for each array element.
No known vulnerabilities
@extendscript/aes.patch.array.filter
v2.0.0 · 8 years ago
The `filter()` method creates a new array with all elements that pass the test implemented by the provided function.
No known vulnerabilities
extendscriptr
v1.2.5 · 3 years ago
A node build configuration to develop extendScripts with es2015 javascript code
No known vulnerabilities
@extendscript/aes.patch.bundle.es5
v2.0.2 · 8 years ago
A collection of ES5 polyfills for Exendscript.
No known vulnerabilities
autopea
v3.3.10 · 13 days ago
Library for automating Photopea
No known vulnerabilities
@extendscript/aes.patch.object.getownpropertydescriptor
v2.0.0 · 8 years ago
The `Object.getOwnPropertyDescriptor()` method returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
No known vulnerabilities
extendscript-stream2
v0.0.1 · 12 years ago
adobe extendscript's output to nodejs readable stream
No known vulnerabilities
autopea-playwright
v3.3.10 · 13 days ago
Playwright transport for autopea
No known vulnerabilities
@extendscript/aes.patch.object.assign
v2.0.0 · 8 years ago
The `assign()` method is used to copy values of all enumerable own properties from one or more source objects to a target object. It will return the target object.
No known vulnerabilities
aebuild
v1.0.2 · 7 years ago
Build system for ExtendScript After effects
No known vulnerabilities
@extendscript/aes.patch.bundle.array
v2.0.1 · 8 years ago
A collection of `Array` polyfills for Exendscript.
No known vulnerabilities
@extendscript/aes.patch.array.map
v2.0.0 · 8 years ago
The Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
No known vulnerabilities
@extendscript/aes.patch.bundle.object
v2.0.1 · 8 years ago
A collection of `Object` polyfills for Exendscript.
No known vulnerabilities
@extendscript/aes.patch.object.getownpropertynames
v2.0.0 · 8 years ago
The `Object.getOwnPropertyNames()` method returns an array of all properties (including non-enumerable properties except for those which use Symbol) found directly upon a given object.
No known vulnerabilities
@extendscript/aes.patch.string.trim
v3.0.0 · 8 years ago
The trim() method removes whitespace from both ends of a string.
No known vulnerabilities