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

lnk

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

lnk - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "lnk",
"version": "0.4.2",
"version": "0.4.3",
"description": "Create links between files",

@@ -5,0 +5,0 @@ "keywords": [

@@ -9,6 +9,6 @@ lnk [![Build Status](https://travis-ci.org/schnittstabil/lnk.svg?branch=master)](https://travis-ci.org/schnittstabil/lnk) [![Coverage Status](https://coveralls.io/repos/schnittstabil/lnk/badge.svg?branch=master)](https://coveralls.io/r/schnittstabil/lnk?branch=master)

```sh
// CLI
# CLI
$ [sudo] npm install lnk --global
// API
# API
$ npm install lnk --save

@@ -38,4 +38,5 @@ ```

var lnk = require('lnk');
var glob = require('glob').sync; // npm install glob --save-dev
lnk('assets/*', 'dist', function(err) {
lnk(glob('assets/*'), 'dist', function(err) {
console.log('done');

@@ -42,0 +43,0 @@ });

@@ -24,2 +24,3 @@ /* eslint-env mocha */

afterEach(new hooks.tempCwd.AfterEach(__filename));
after(new hooks.tempCwd.After(__filename));

@@ -26,0 +27,0 @@ it('should throw an Error on missing TARGET', function() {

Sorry, the diff of this file is not supported yet

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