New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nightmare-swiftly

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nightmare-swiftly - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

History.md
0.2.2 / 2014-07-16
==================
* fix for swiftly html change
0.2.1 / 2014-05-21

@@ -3,0 +8,0 @@ ==================

6

index.js

@@ -59,3 +59,3 @@

uploads.forEach(function(path) {
nightmare.upload('input[name=qqfile]', path);
nightmare.upload('input[type=file]', path);
});

@@ -66,3 +66,3 @@

.click('#task-pay-button')
.wait(500)
.wait(2000)
.click('#pay-button')

@@ -102,3 +102,3 @@ .wait()

var wait = exports.wait = function(state) {
var interval = 1000 * 60; // 1 minute
var interval = 1000 * 30; // 30 seconds
return function(nightmare) {

@@ -105,0 +105,0 @@ nightmare

{
"name": "nightmare-swiftly",
"version": "0.2.1",
"version": "0.2.2",
"author": "Segment.io",

@@ -5,0 +5,0 @@ "keywords": [

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