Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
bundler for golang. inspired by gom.
$ gem install gondler
Write your Gomfile
gom 'github.com/golang/glog'
Install dependency packages: gondler install
Build your application: gondler build
Run tests: gondler test
like gom's Gomfile
itself 'github.com/rosylilly/test'
autodetect
gom 'github.com/golang/glog'
package 'github.com/golang/glog'
gom 'github.com/golang/glog', commit: 'c6f9652c7179652e2fd8ed7002330db089f4c9db'
gom 'github.com/golang/glog', branch: 'master'
gom 'github.com/golang/glog', tag: 'go1'
gom 'github.com/golang/glog', group: ['development', 'test']
group :development, :test do
gom 'github.com/golang/glog'
end
gom 'github.com/golang/glog', os: ['linux', 'darwin']
os :linux, :darwin do
gom 'github.com/golang/glog'
end
build # Build with dependencies specified in your Gomfile
exec # Execute a command in the context of Gondler
help [COMMAND] # Describe available commands or one specific command
install # Install the dependecies specified in your Gomfile
list # Show all of the dependencies in the current bundle
repl # REPL in the context of Gondler
test # Test with dependencies specified in your Gomfile
version # Print Gondler version
Gondler supports custom commands.
gondler-your-command
.gondler your-command
.git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that gondler 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.