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

interview-questions

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interview-questions - npm Package Compare versions

Comparing version 1.0.4 to 1.1.1

.github/workflows/node.js.yml

2

cli.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

logHeader(`Question: ${title}`);
console.info(`Answer: ${url}`);
console.info(`Answer: \x1b]8;;${url}\x1b\\${url}\x1b]8;;\x1b\\`);
logDivider();

@@ -38,0 +38,0 @@ });

{
"name": "interview-questions",
"version": "1.0.4",
"version": "1.1.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -16,23 +16,2 @@ ![alt text](image.png)

## Installation
Ensure you have [Node.js](https://nodejs.org/) installed on your machine.
1. Clone the repository:
```bash
git clone https://github.com/fix2015/interview-questions.git
```
2. Navigate to the project directory:
```bash
cd interview-questions-cli
```
3. Install dependencies:
```bash
npm install
```
4. Make the CLI globally accessible (optional):
```bash
npm link
```
## Usage

@@ -39,0 +18,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