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.2.0 to 2.2.1

test/unit/helper.test.js

2

lib/helper.js

@@ -8,3 +8,3 @@ function trimNewLine(input) {

let result = object;
while (pathArray.length) {
while (result != null && pathArray.length) {
const pathItem = pathArray.shift();

@@ -11,0 +11,0 @@ if (pathItem in result) {

{
"name": "vizion",
"version": "2.2.0",
"version": "2.2.1",
"engines": {

@@ -40,7 +40,7 @@ "node": ">=4.0"

"chai": "4.1.2",
"mocha": "5.2.0",
"nyc": "12.0.2",
"shelljs": "0.8.2",
"should": "13.2.1",
"sinon": "6.1.3"
"mocha": "^6.0.0",
"nyc": "~15",
"shelljs": "~0.8.4",
"should": "~13.2.3",
"sinon": "~9.2.4"
},

@@ -47,0 +47,0 @@ "bugs": {

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