Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resolve-symlinks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-symlinks - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

readme.md

8

index.js

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

console.log('Dependencies are not installed!')
const confirmPrompt = new Select({

@@ -51,3 +51,3 @@ message: 'Do you want to install dependencies using npm?',

try {
result = await confirmPrompt.run()
result = await confirmPrompt.run()
} catch (e) {

@@ -198,3 +198,5 @@ console.log('You could\'ve selected second option...')

console.log('done!');
console.log('All done!');
} else {
console.log('OK! Good luck!')
}

@@ -201,0 +203,0 @@ } else {

{
"name": "resolve-symlinks",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "bin": "index.js",

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