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

deb-install

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deb-install - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

node_modules/@types/node/assert.d.ts

8

package.json
{
"name": "deb-install",
"version": "0.0.1",
"version": "0.0.2",
"description": "Debian based apps Installation Automation",
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags"
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"version": "git add -A .",
"postversion": "git push && git push --tags"
},

@@ -60,2 +62,2 @@ "bin": {

]
}
}

@@ -1,4 +0,4 @@

# Oracle InstantClient Installation Script
# Debian based apps Installation Automation
> This script automates the installation of Oracle InstantClient on Debian-based systems.
> This script automates the installation of useful tools for a common dev on Debian-based systems.

@@ -17,4 +17,4 @@ ### Requirements

```sh
git clone https://github.com/hebertcisco/ubuntu-auto-install
cd ubuntu-auto-install
git clone https://github.com/hebertcisco/deb-install
cd deb-install
make

@@ -35,11 +35,2 @@

The script will check for dependencies, download and install the Oracle InstantClient package, and remove any unnecessary files.
Note: The script is designed to work with Oracle InstantClient version 21.1.0.0.0 and x64 architecture. If you want to install a different version or architecture, you should edit the script accordingly.
### Troubleshooting
If you encounter any errors during the installation process, check the error messages displayed by the script and take appropriate action.
If you are unable to connect to the Oracle server after running the script, check that the Oracle server is running and that you have the correct credentials.
### Support

@@ -46,0 +37,0 @@

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