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

monaco-page-objects

Package Overview
Dependencies
Maintainers
11
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-page-objects - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

4

out/components/sidebar/ViewTitlePart.js

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

const title = yield element.getAttribute(ViewTitlePart.locators.ViewTitlePart.actionLabel);
actions.push(yield new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionContstructor(title), this).wait());
actions.push(yield new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionConstructor(title), this).wait());
}

@@ -55,3 +55,3 @@ return actions;

return __awaiter(this, void 0, void 0, function* () {
return new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionContstructor(title), this);
return new TitleActionButton(TitleActionButton.locators.ViewTitlePart.actionConstructor(title), this);
});

@@ -58,0 +58,0 @@ }

@@ -211,3 +211,3 @@ import { By, WebElement } from "selenium-webdriver";

actionLabel: string;
actionContstructor: (title: string) => By;
actionConstructor: (title: string) => By;
};

@@ -214,0 +214,0 @@ ViewContent: {

{
"name": "monaco-page-objects",
"version": "3.12.0",
"version": "3.13.0",
"description": "Page Objects for Monaco Editor",

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

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