Socket
Socket
Sign inDemoInstall

lnfs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lnfs - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

13

package.json
{
"name": "lnfs",
"version": "1.1.0",
"version": "2.0.0",
"description": "Safely force create symlinks",

@@ -15,3 +15,2 @@ "license": "MIT",

},
"bin": "cli.js",
"scripts": {

@@ -21,8 +20,12 @@ "test": "node test.js"

"files": [
"cli.js",
"index.js"
],
"keywords": [],
"keywords": [
"linux",
"lnfs",
"osx",
"symlink",
"windows"
],
"dependencies": {
"meow": "^3.3.0",
"mkdirp": "^0.5.0",

@@ -29,0 +32,0 @@ "rimraf": "^2.2.8"

@@ -5,3 +5,5 @@ # lnfs [![Build Status](http://img.shields.io/travis/kevva/lnfs.svg?style=flat)](https://travis-ci.org/kevva/lnfs)

*See [lnfs-cli](https://github.com/kevva/lnfs-cli) for the command-line version.*
## Install

@@ -59,21 +61,4 @@

## CLI
```
$ npm install --global lnfs
```
```
$ lnfs --help
Usage
$ lnfs <file> <target>
Example
$ lnfs foo.txt bar.txt
```
## License
MIT © [Kevin Mårtensson](https://github.com/kevva)
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