postman-sandbox
Advanced tools
Comparing version 3.5.4 to 3.5.5
{ | ||
"name": "postman-sandbox", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"description": "Sandbox for Postman Scripts to run in NodeJS or Chrome", | ||
@@ -71,3 +71,3 @@ "main": "index.js", | ||
"liquid-json": "0.3.1", | ||
"lodash3": "3.10.1", | ||
"lodash3": "3.10.2", | ||
"mocha": "5.0.1", | ||
@@ -74,0 +74,0 @@ "moment": "2.26.0", |
@@ -28,3 +28,3 @@ describe('sandbox library - lodash3', function () { | ||
var assert = require('assert'); | ||
assert.strictEqual(_ && _.VERSION, '3.10.1', '_.VERSION must be 3.10.1'); | ||
assert.strictEqual(_ && _.VERSION, '3.10.2', '_.VERSION must be 3.10.2'); | ||
`, done); | ||
@@ -31,0 +31,0 @@ }); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7661329