Socket
Socket
Sign inDemoInstall

protractor

Package Overview
Dependencies
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor - npm Package Compare versions

Comparing version 5.4.2 to 5.4.3

.circleci/config.yml

4

built/index.d.ts

@@ -5,3 +5,2 @@ import { ElementHelper, ProtractorBrowser } from './browser';

import { ProtractorBy } from './locators';
import { PluginConfig, ProtractorPlugin } from './plugins';
import { Ptor } from './ptor';

@@ -14,6 +13,5 @@ export { ActionSequence, Browser, Builder, Button, Capabilities, Capability, error, EventEmitter, FileDetector, Key, logging, promise, Session, until, WebDriver, WebElement, WebElementPromise } from 'selenium-webdriver';

export { Locator, ProtractorBy } from './locators';
export { PluginConfig, ProtractorPlugin } from './plugins';
export { Ptor } from './ptor';
export { Runner } from './runner';
export declare type PluginConfig = PluginConfig;
export declare type ProtractorPlugin = ProtractorPlugin;
export declare let utils: {

@@ -20,0 +18,0 @@ firefox: any;

@@ -115,5 +115,5 @@ 'use strict';

runSequence('checkVersion',
['webdriver:update', 'tslint', 'format'], 'tsc', 'built:copy', 'tsc:spec', done);
['tslint', 'format'], 'tsc', 'built:copy', 'tsc:spec', done);
});
gulp.task('default',['prepublish']);

@@ -32,3 +32,2 @@ {

"devDependencies": {
"@types/node": "^6.0.46",
"@types/chalk": "^0.4.28",

@@ -40,2 +39,3 @@ "@types/glob": "^5.0.29",

"@types/minimist": "^1.1.28",
"@types/node": "^6.0.46",
"@types/optimist": "^0.0.29",

@@ -55,2 +55,3 @@ "body-parser": "~1.15.2",

"mocha": "2.5.3",
"natives": "^1.1.6",
"rimraf": "~2.5.3",

@@ -88,3 +89,3 @@ "run-sequence": "^1.1.5",

},
"version": "5.4.2"
"version": "5.4.3"
}

Sorry, the diff of this file is too big to display

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