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

vizion

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vizion - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

CHANGELOG.md
## 2.1.1
- upgrade lodash
## 2.1.0

@@ -3,0 +7,0 @@

6

lib/git/git.js

@@ -6,7 +6,3 @@ var fs = require('fs');

var path = require('path');
var _ = {
get: require('lodash.get'),
forEach: require('lodash.foreach'),
findIndex: require('lodash.findindex'),
};
var _ = require('lodash');
var helper = require('../helper.js');

@@ -13,0 +9,0 @@ var cliCommand = require('../cliCommand.js');

var path = require('path');
var whilst = require('async/whilst');
var _ = {
last: require('lodash.last')
};
var _ = require('lodash')

@@ -7,0 +5,0 @@ var jsGitService = {};

{
"name": "vizion",
"version": "2.1.0",
"version": "2.1.1",
"engines": {

@@ -37,6 +37,3 @@ "node": ">=4.0"

"js-git": "^0.7.8",
"lodash.findindex": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.last": "^3.0.0"
"lodash": "4.17.15"
},

@@ -43,0 +40,0 @@ "devDependencies": {

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