New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bashlink

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bashlink - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

2

package.json
{
"name": "bashlink",
"version": "1.0.22",
"version": "1.0.23",
"license": "CC-BY-3.0",

@@ -5,0 +5,0 @@ "description": "a high reliable bash library",

@@ -30,7 +30,19 @@ <!-- #!/usr/bin/env markdown

[rebash](https://github.com/jandob/rebash).
```bash
module_name_bashlink_file_path="$(mktemp --directory)/bashlink/"
mkdir "$module_name_bashlink_file_path"
wget \
https://goo.gl/UKF5JG \
--output-document "${module_name_bashlink_file_path}module.sh"
# shellcheck disable=SC1091
source "${module_name_bashlink_file_path}/module.sh"
bl_module_retrieve_remote_modules=true
bl.module.import bashlink.logging
...
```
<!-- region vim modline
vim: set tabstop=4 shiftwidth=4 expandtab:
vim: foldmethod=marker foldmarker=region,endregion:
endregion -->

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc