Gathering detailed insights and metrics for aftereffect-script-launcher
Gathering detailed insights and metrics for aftereffect-script-launcher
Gathering detailed insights and metrics for aftereffect-script-launcher
Gathering detailed insights and metrics for aftereffect-script-launcher
npm install aftereffect-script-launcher
Typescript
Module System
Node Version
NPM Version
67.3
Supply Chain
81
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
8 Commits
1 Watchers
1 Branches
1 Contributors
Updated on May 30, 2024
Latest Version
1.0.1
Package Id
aftereffect-script-launcher@1.0.1
Unpacked Size
5.62 kB
Size
2.90 kB
File Count
8
NPM Version
6.13.4
Node Version
12.14.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Run your jsx code in Adobe After effect. Adobe After effect must be installed.
1$ npm i aftereffect-script-launcher
Sometimes you need to insert data generated by your program into jsx code. It helps to combine the reference code with your code.
1const AfterEffectScriptLauncher = require('aftereffect-script-launcher')() 2 3let prefixCode = 'var data = [1,2,3,4]' 4 5AfterEffectScriptLauncher.generate( 6 prefixCode, 7 '/path/to/input/script.jsx', 8 '/path/to/output/script.jsx', 9) 10 .then(path => { 11 console.log('jsx generate success') 12 }) 13 .catch(err => { 14 console.log('jsx generate fail') 15 console.log(err) 16 })
Run the jsx file in Adobe After Effect. If the After Effect is not running, run the script with the After Effect turned on and then exit.
1AfterEffectScriptLauncher.run('/path/to/script.jsx') 2 .then(code => { 3 console.log('jsx run success') 4 }) 5 .catch(err => { 6 console.log('jsx run fail') 7 console.log(err) 8 })
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More