
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
scriptfodder-publish
Advanced tools
[](https://travis-ci.org/Kamshak/scriptfodder-publish) [](https://badge.fury.io/js/scriptfodder-publish)
Package to publish new versions of addons to ScriptFodder
Upload zip of current folder as new version, using CHANGELOG as changelog:
scriptfodder-publish --script-id=123 --api-key=asdfasdf --version-name=2.0.0 --changes=CHANGELOG
Upload zip of dist folder as new version, using CHANGELOG as changelog:
scriptfodder-publish --script-id=123 --api-key=asdfasdf --version-name=2.0.0 --changes=CHANGELOG --relative-to=dist
Full CLI usage:
scriptfodder-publish
Uploads a new version to an existing scriptfodder script.
Usage:
scriptfodder-publish [glob]
glob is a pattern that is zipped and uploaded. Default is ** which
uploads everything in the current working directory.
Options:
-h --help Show this screen.
-v --version Show version.
--api-key=<String> Scriptfodder API Key
--script-id=<Number> Scriptfodder Script ID
--version-name=<String> Name of the new version
--changes-file=<String> Path of the file containing the changelog
--relative-to Add files to zip relative to this folder.
e.g. scriptfodder-publish --relative-to=dist
will add all files in dist under / in the zip archive
Environment variables
Api Key and Script Id can be configured via environment variables as well:
.gmodignore
To prevent certain files from being included in the zip create a .gmodignore file in the folder that is zipped up. Each line is a glob pattern (you can use wildcards). Example:
package.json
**/*.dll
The MIT License
Copyright (c) 2017 Valentin Funk
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
[](https://travis-ci.org/Kamshak/scriptfodder-publish) [](https://badge.fury.io/js/scriptfodder-publish)
The npm package scriptfodder-publish receives a total of 0 weekly downloads. As such, scriptfodder-publish popularity was classified as not popular.
We found that scriptfodder-publish 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.