New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.0.5

LICENSE

11

package.json
{
"name": "resolve-symlinks",
"version": "0.0.4",
"description": "",
"version": "0.0.5",
"description": "Resolve issues with locally installed packages",
"bin": "index.js",

@@ -13,3 +13,8 @@ "files": [

},
"keywords": [],
"keywords": [
"symlink",
"symlinks",
"bin",
"cli"
],
"author": "ejnshtein",

@@ -16,0 +21,0 @@ "repository": "github:ejnshtein/resolve-symlinks",

@@ -34,8 +34,8 @@ # resolve-symlinks

If you want to fix them, this package will do the following:
\1. Unlink package from **./config/yarn/link/\<package-name>**.
\2. Unlink package from **node_modules**.
\3. Link package into **./config/yarn/link/\<package-name>**
\4. Link global package into **node_modules/\<package-name>**
1. Unlink package from **./config/yarn/link/\<package-name>**.
2. Unlink package from **node_modules**.
3. Link package into **./config/yarn/link/\<package-name>**
4. Link global package into **node_modules/\<package-name>**
If not, will end the process.
That is it.
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