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

flex-plugin-e2e-tests

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugin-e2e-tests - npm Package Compare versions

Comparing version 4.7.7-beta.0 to 4.8.0-beta.0

2

dist/tests/step005.js

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

case 0:
newline = "This is a dismissible demo component " + new Date();
newline = "This is a dismissible demo component " + Date.now();
return [4 /*yield*/, replace_in_file_1.replaceInFile({

@@ -51,0 +51,0 @@ files: utils_1.joinPath(params.plugin.dir, 'src', 'components', 'CustomTaskList', 'CustomTaskList.jsx'),

@@ -52,4 +52,4 @@ "use strict";

case 0:
params.plugin.newlineValue = "This is a dismissible demo component " + new Date();
params.plugin.changelog = "e2e test " + new Date();
params.plugin.newlineValue = "This is a dismissible demo component " + Date.now();
params.plugin.changelog = "e2e test " + Date.now();
return [4 /*yield*/, replace_in_file_1.replaceInFile({

@@ -56,0 +56,0 @@ files: utils_1.joinPath(params.plugin.dir, 'src', 'components', 'CustomTaskList', 'CustomTaskList.jsx'),

@@ -72,10 +72,14 @@ "use strict";

var getLatestPluginVersion = function (name) { return __awaiter(void 0, void 0, void 0, function () {
var e_1;
return __generator(this, function (_a) {
try {
return [2 /*return*/, versionsClient.latest(name)];
switch (_a.label) {
case 0:
_a.trys.push([0, 2, , 3]);
return [4 /*yield*/, versionsClient.latest(name)];
case 1: return [2 /*return*/, _a.sent()];
case 2:
e_1 = _a.sent();
return [2 /*return*/, null];
case 3: return [2 /*return*/];
}
catch (e) {
return [2 /*return*/, null];
}
return [2 /*return*/];
});

@@ -82,0 +86,0 @@ }); };

{
"name": "flex-plugin-e2e-tests",
"version": "4.7.7-beta.0",
"version": "4.8.0-beta.0",
"description": "Flex Plugin E2E Tests framework",

@@ -32,3 +32,2 @@ "keywords": [

"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build",
"start": "node dist",

@@ -38,4 +37,4 @@ "test": "exit 0"

"dependencies": {
"flex-plugins-api-client": "4.7.7-beta.0",
"flex-plugins-utils-logger": "4.7.7-beta.0",
"flex-plugins-api-client": "4.8.0-beta.0",
"flex-plugins-utils-logger": "4.8.0-beta.0",
"lodash": "4.17.21",

@@ -52,3 +51,3 @@ "replace-in-file": "^6.2.0",

},
"gitHead": "7f72ceedd7b661db80123ef7bfc720c073b3ea09"
"gitHead": "7753545c25564aba77263413d97da706d6d649e7"
}

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