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

hangar-factory-girl

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hangar-factory-girl - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

hangar-factory-girl.js

@@ -8,3 +8,3 @@ var url = require('url');

this._wait_time = this._options['wait_time'] || 1000;
this._wait_time = this._options['wait_time'] || 4000;

@@ -29,3 +29,3 @@ var result = url.parse(this._options['url'] || browser.baseUrl);

this._name = name;
this._path = '/' + this.pluralizeName() + '/nesw';
this._path = '/' + this.pluralizeName() + '/new';
this._method = 'GET';

@@ -32,0 +32,0 @@

{
"name": "hangar-factory-girl",
"version": "0.1.1",
"version": "0.1.2",
"description": "Library to use Hangar with protractor",

@@ -5,0 +5,0 @@ "main": "hangar-factory-girl.js",

@@ -42,7 +42,7 @@ # Hangar Factory Girl

By default the waiting time used in http-sync is set to 1000. You can override it as:
By default the waiting time used in http-sync is set to 4000. You can override it as:
```javascript
var hangar = require('hangar-factory-girl');
var factory = new hangar({ wait_time: 2000 });
var factory = new hangar({ wait_time: 5000 });
```

@@ -49,0 +49,0 @@

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