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

velocity-cli

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velocity-cli - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

lib/run.js

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

if (!meteorEnvironment.VELOCITY_USE_CHECKED_OUT_METEOR && !hasArgument(meteorArguments, '--release')) {
meteorArguments.push('--release', 'velocity:METEOR@1.1.0.2_3');
meteorArguments.push('--release', 'velocity:METEOR@1.1.0.3_1');
}

@@ -29,0 +29,0 @@

{
"name": "velocity-cli",
"version": "0.3.2",
"version": "0.3.3",
"description": "CLI tool for using Meteor Velocity to test your Meteor apps.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -29,3 +29,3 @@ describe('index', function () {

var spawnOptions = spawnTestPackagesMeteor.calls.argsFor(0)[0];
var expectedArguments = ['--release', 'velocity:METEOR@1.1.0.2_3'];
var expectedArguments = ['--release', 'velocity:METEOR@1.1.0.3_1'];
expect(_.intersection(spawnOptions.args.slice(1), expectedArguments)).toEqual(expectedArguments);

@@ -32,0 +32,0 @@ })

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