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.16 to 1.0.17

28

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

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

"devDependencies": {
"@ng-apimock/core": "1.0.23",
"@ng-apimock/core": "1.0.25",
"@ng-apimock/test-application": "1.0.17",
"@types/chai": "4.2.3",
"@types/cucumber": "4.0.7",
"@types/fs-extra": "8.0.0",
"@types/jasmine": "3.4.2",
"@types/sinon": "7.5.0",
"@types/chai": "4.2.7",
"@types/cucumber": "6.0.0",
"@types/fs-extra": "8.0.1",
"@types/jasmine": "3.5.1",
"@types/sinon": "7.5.1",
"chai": "4.2.0",
"connect": "3.7.0",
"cucumber": "5.1.0",
"cucumber": "6.0.5",
"fs-extra": "8.1.0",

@@ -54,10 +54,10 @@ "jasmine": "3.5.0",

"protractor": "6.0.0",
"protractor-cucumber-framework": "6.1.3",
"sauce-connect-launcher": "1.2.7",
"protractor-cucumber-framework": "6.2.0",
"sauce-connect-launcher": "1.3.1",
"serve-static": "1.14.1",
"sinon": "7.5.0",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"sinon": "8.1.0",
"ts-node": "8.6.2",
"tslint": "5.20.1",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.6.3",
"typescript": "3.7.5",
"vrsource-tslint-rules": "6.0.0"

@@ -64,0 +64,0 @@ },

# 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.
## Getting Started
```shell
npm install @ng-apimock/protractor-plugin --save-dev
```
### Usage

@@ -14,3 +20,3 @@ This plugin connects to ng-apimock and makes the plugin functions available within the tests.

options: {
globalName: 'ngApimockProtractorPlugin' // optional option (defaults to ngApimock)
globalName: 'ngApimock' // optional option (defaults to ngApimock)
}

@@ -57,3 +63,3 @@ }]

##### setPreset(name: string): Promise<any>;
Sets the mocks and variables in the selected state.
##### selectPreset(name: string): Promise<any>;
Selects the mocks and variables in the selected state.
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