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

@4tw/vue-cli-plugin-cypress-django

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4tw/vue-cli-plugin-cypress-django - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "@4tw/vue-cli-plugin-cypress-django",
"version": "2.0.2",
"version": "2.0.3",
"description": "Integration testing with cypress and django",

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

@@ -17,3 +17,3 @@ const portfinder = require('portfinder');

const DJANGO_DATABASE_NAME = process.env.DJANGO_E2E_DATABASE_NAME || `E2E_TESTING_${BACKEND_PORT}`;
const DJANGO_DATABASE_NAME = process.env.DJANGO_E2E_DATABASE_NAME || `e2e_testing_${BACKEND_PORT}`;
const DJANGO_CONFIGURATION = process.env.DJANGO_CONFIGURATION || 'TestingE2E';

@@ -20,0 +20,0 @@ const DJANGO_MEDIA_ROOT = process.env.DJANGO_MEDIA_ROOT || null;

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