Socket
Socket
Sign inDemoInstall

@ng-apimock/protractor-plugin

Package Overview
Dependencies
149
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.0.19

CHANGELOG.md

5

dist/protractor.plugin.js

@@ -12,4 +12,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtractorPlugin = void 0;
const base_client_1 = require("@ng-apimock/base-client");
const protractor_1 = require("protractor");
const base_client_1 = require("@ng-apimock/base-client");
class ProtractorPlugin extends base_client_1.BaseClient {

@@ -26,3 +27,3 @@ constructor(baseUrl) {

return __awaiter(this, void 0, void 0, function* () {
return yield protractor_1.browser.manage().addCookie({ name: name, value: value });
return yield protractor_1.browser.manage().addCookie({ name, value });
});

@@ -29,0 +30,0 @@ }

64

package.json
{
"name": "@ng-apimock/protractor-plugin",
"description": "Protractor plugin for ng-apimock",
"version": "1.0.18",
"version": "1.0.19",
"homepage": "https://github.com/ng-apimock/protractor-plugin#readme",

@@ -15,6 +15,11 @@ "author": {

"compile": "tsc",
"lint": "tslint -p tsconfig.json",
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"test": "jest --config=jest.config.js -w 1",
"protractor-local": "protractor test/protractor.local.conf.js",
"protractor-ci": "protractor test/protractor.ci.conf.js"
"protractor-ci": "protractor test/protractor.ci.conf.js",
"sauce:download": "curl https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz --output sc-4.6.2-linux.tar.gz",
"postsauce:download": "tar -xvf sc-4.6.2-linux.tar.gz",
"sauce:start": "cd sc-4.6.2-linux && ./bin/sc",
"sauce:started": "wait-on /tmp/sc-started -v"
},

@@ -40,32 +45,45 @@ "repository": {

"devDependencies": {
"@ng-apimock/core": "1.0.25",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@ng-apimock/core": "2.0.1",
"@ng-apimock/test-application": "1.0.17",
"@types/chai": "4.2.10",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"@types/cucumber": "6.0.1",
"@types/fs-extra": "8.1.0",
"@types/jest": "25.1.3",
"@types/sinon": "7.5.2",
"chai": "4.2.0",
"@types/fs-extra": "9.0.1",
"@types/jest": "26.0.3",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"commitizen": "4.1.2",
"connect": "3.7.0",
"cucumber": "6.0.5",
"fs-extra": "8.1.0",
"jest": "25.1.0",
"protractor": "6.0.0",
"protractor-cucumber-framework": "6.2.0",
"sauce-connect-launcher": "1.3.1",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.18.0",
"fs-extra": "9.0.1",
"husky": "4.2.5",
"jest": "26.1.0",
"jest-matchers": "20.0.3",
"lint-staged": "10.2.11",
"protractor": "7.0.0",
"protractor-cucumber-framework": "6.2.1",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"serve-static": "1.14.1",
"sinon": "9.0.0",
"ts-jest": "25.2.1",
"ts-node": "^8.6.2",
"tslint": "6.0.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.8.3",
"vrsource-tslint-rules": "6.0.0"
"ts-jest": "26.1.1",
"ts-node": "8.10.2",
"typescript": "3.9.6",
"wait-on": "5.0.1"
},
"dependencies": {
"@ng-apimock/base-client": "1.0.15"
"@ng-apimock/base-client": "1.0.16"
},
"peerDependencies": {
"protractor": "5.x"
"protractor": ">=6.x"
}
}

@@ -1,3 +0,3 @@

# ng-apimock/protractor-plugin [![CircleCI](https://circleci.com/gh/ng-apimock/protractor-plugin.svg?style=svg)](https://circleci.com/gh/ng-apimock/protractor-plugin) [![dependency Status](https://img.shields.io/david/ng-apimock/protractor-plugin.svg)](https://david-dm.org/ng-apimock/protractor-plugin) [![devDependency Status](https://img.shields.io/david/dev/ng-apimock/protractor-plugin.svg)](https://david-dm.org/ng-apimock/protractor-plugin#info=devDependencies)
The protractor plugin for ng-apimock.
# ng-apimock/protractor-plugin [![npm](https://img.shields.io/npm/v/@ng-apimock/protractor-plugin?color=brightgreen)](https://www.npmjs.com/package/@ng-apimock/protractor-plugin) [![Build Status](https://github.com/ng-apimock/protractor-plugin/workflows/CI/badge.svg)](https://github.com/ng-apimock/protractor-plugin/actions?workflow=CI) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ng-apimock_protractor-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=ng-apimock_protractor-plugin) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-brightgreen.svg)](https://github.com/semantic-release/semantic-release) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ng-apimock/protractor-plugin)](https://dependabot.com) [![dependency Status](https://img.shields.io/david/ng-apimock/protractor-plugin.svg)](https://david-dm.org/ng-apimock/protractor-plugin) [![devDependency Status](https://img.shields.io/david/dev/ng-apimock/protractor-plugin.svg)](https://david-dm.org/ng-apimock/protractor-plugin#info=devDependencies) ![npm downloads](https://img.shields.io/npm/dm/@ng-apimock/protractor-plugin)
protractor plugin for @ng-apimock/core

@@ -4,0 +4,0 @@ ## Getting Started

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc