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

@applitools/docker-compose-mocha

Package Overview
Dependencies
Maintainers
12
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/docker-compose-mocha - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

package.json
{
"name": "@applitools/docker-compose-mocha",
"version": "1.2.0",
"version": "1.2.1",
"description": "Tool used for setting up an isolated environment for end to end testing / integration testing using Docker Compose",

@@ -11,3 +11,4 @@ "main": "index.js",

"test:unit": "mocha test/unit/*.js",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"prepublishOnly": "npm version patch"
},

@@ -20,3 +21,3 @@ "repository": {

"author": "Itamar Arjuan",
"license": "MIT",
"license": "UNLICENSED",
"dependencies": {

@@ -23,0 +24,0 @@ "bluebird": "^3.5.1",

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