Socket
Socket
Sign inDemoInstall

@ng-apimock/protractor-plugin

Package Overview
Dependencies
172
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.14 to 1.0.15

3

dist/index.js
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -8,0 +9,0 @@ });

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -8,0 +9,0 @@ });

{
"name": "@ng-apimock/protractor-plugin",
"description": "Protractor plugin for ng-apimock",
"version": "1.0.14",
"version": "1.0.15",
"homepage": "https://github.com/ng-apimock/protractor-plugin#readme",

@@ -39,28 +39,28 @@ "author": {

"devDependencies": {
"@ng-apimock/core": "1.0.20",
"@ng-apimock/test-application": "1.0.14",
"@types/chai": "4.1.7",
"@types/cucumber": "4.0.5",
"@types/fs-extra": "5.0.5",
"@types/jasmine": "3.3.12",
"@types/sinon": "7.0.10",
"@ng-apimock/core": "1.0.22",
"@ng-apimock/test-application": "1.0.16",
"@types/chai": "4.2.3",
"@types/cucumber": "4.0.7",
"@types/fs-extra": "8.0.0",
"@types/jasmine": "3.4.1",
"@types/sinon": "7.0.13",
"chai": "4.2.0",
"connect": "3.6.6",
"connect": "3.7.0",
"cucumber": "5.1.0",
"fs-extra": "7.0.1",
"jasmine": "3.3.1",
"fs-extra": "8.1.0",
"jasmine": "3.5.0",
"jasmine-ts": "0.3.0",
"protractor": "6.0.0",
"protractor-cucumber-framework": "6.1.1",
"sauce-connect-launcher": "1.2.5",
"serve-static": "1.13.2",
"sinon": "7.3.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"protractor-cucumber-framework": "6.1.3",
"sauce-connect-launcher": "1.2.7",
"serve-static": "1.14.1",
"sinon": "7.5.0",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.3.4000",
"typescript": "3.6.3",
"vrsource-tslint-rules": "6.0.0"
},
"dependencies": {
"@ng-apimock/base-client": "1.0.12"
"@ng-apimock/base-client": "1.0.13"
},

@@ -67,0 +67,0 @@ "peerDependencies": {

@@ -44,3 +44,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)

##### setVariables(variables: {[key: string]: string;}): Promise<any>;
##### setVariables(variables: {[key: string]: any;}): Promise<any>;
Adds or updates the global variables ie. {'some':'value', 'another': 'value'}.

@@ -58,2 +58,2 @@

##### setPreset(name: string): Promise<any>;
Sets the mocks and variables in the selected state.
Sets the mocks and variables in the selected state.

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