Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
extendscriptkit
Advanced tools
Shims and helpers for ExtendScript, adds some methods to built-in prototypes. Mostly for AE at the moment and can only be used in combination with Browserify.
See modern-extendscript as an example.
npm install --save-dev extendscriptkit
Help me add more =)
Application.prototype.
undoable(nameOfAction, func)
- Easy undofaster(func)
- Creates a temporary new composition for when doing a lot of updates. (around 2x speed increase)Project.prototype.
forItems(cb)
- Calls back for each item in the projectforFilteredItems(filterFn, cb)
- Calls back for each item for which the filterFn returned trueforSelections(cb)
- Calls back with selections in this projectforCompositions(cb)
- Calls back with compositions in this projectforCompositionsWithName(name, cb)
- Calls back with compositions that match the given nameCompItem.prototype.
forLayers(cb)
- Calls back for each layer in the compositionforSelectedLayers(cb)
- Calls back for each selected layer in the compositionIt adds console.log
and console.error
support to JSX, errors will show up in your Panel's window as well as the chrome remote debugger, ExtendScript Toolkit and a logfile.
The bridge provides a simple way to send a message from JSX to JS.
FAQs
ExtendScript shims and helpers
The npm package extendscriptkit receives a total of 0 weekly downloads. As such, extendscriptkit popularity was classified as not popular.
We found that extendscriptkit 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.