New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-testplane

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-testplane - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

4

build/constants/packageManagement.d.ts
export declare const PACKAGE_JSON = "package.json";
export declare const CONFIG_NAMES: {
readonly TESTPLANE_NEW_TS: "testplane.config.ts";
readonly TESTPLANE_NEW_CTS: "testplane.config.cts";
readonly TESTPLANE_NEW_JS: "testplane.config.js";
readonly TESTPLANE_NEW_CJS: "testplane.config.cjs";
readonly TESTPLANE_TS: ".testplane.conf.ts";

@@ -4,0 +8,0 @@ readonly TESTPLANE_JS: ".testplane.conf.js";

@@ -6,6 +6,10 @@ "use strict";

exports.CONFIG_NAMES = {
TESTPLANE_NEW_TS: "testplane.config.ts",
TESTPLANE_NEW_CTS: "testplane.config.cts",
TESTPLANE_NEW_JS: "testplane.config.js",
TESTPLANE_NEW_CJS: "testplane.config.cjs",
TESTPLANE_TS: ".testplane.conf.ts",
TESTPLANE_JS: ".testplane.conf.js",
HERMIONE_TS: ".hermione.conf.ts",
HERMIONE_JS: ".hermione.conf.js", // drop after testplane@2
HERMIONE_JS: ".hermione.conf.js", // drop after testplane@9
};

@@ -12,0 +16,0 @@ exports.DEFAULT_PM = "npm";

2

build/utils/configTemplates/js.js

@@ -6,3 +6,3 @@ "use strict";

exports.jsTemplate = {
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_JS,
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_NEW_JS,
language: "js",

@@ -9,0 +9,0 @@ quote: "'",

@@ -6,3 +6,3 @@ "use strict";

exports.tsTemplate = {
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_TS,
fileName: packageManagement_1.CONFIG_NAMES.TESTPLANE_NEW_TS,
language: "ts",

@@ -9,0 +9,0 @@ quote: '"',

{
"name": "create-testplane",
"version": "2.0.2",
"version": "2.1.0",
"description": "A tool for fast and simple Testplane configuration",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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