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

vinli-cli

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinli-cli - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/vinlirc.js

@@ -34,3 +34,3 @@ 'use strict';

const pathsWithHome = _.some(paths, (p) => p === home)
? _.filter(paths, (p) => p.search(home) === 0)
? _.filter(paths, (p) => p.indexOf(home) === 0)
: _.concat([ home ], paths);

@@ -37,0 +37,0 @@

{
"name": "vinli-cli",
"version": "1.1.3",
"version": "1.1.4",
"description": "Vinli Developers don't use web interfaces",

@@ -5,0 +5,0 @@ "preferGlobal": true,

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