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

derby-casperjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-casperjs - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

lib/model.js
// Generated by CoffeeScript 1.9.2
(function() {
var _, __operation, model;
var _, __operation, model, uuid;
_ = require('lodash');
uuid = require('node-uuid');
__operation = 0;

@@ -49,3 +51,3 @@

wait: function(cb) {
return model.set("service.__ping_" + __operation, true, cb);
return model.set("service.__ping_" + (uuid.v1()), true, cb);
},

@@ -52,0 +54,0 @@ waitFor: function(path, cb, onTimeout, timeout) {

{
"name": "derby-casperjs",
"version": "1.0.8",
"version": "1.0.9",
"description": "Helpers and tweaks for Casper.js to test Derby.js apps",

@@ -35,4 +35,5 @@ "main": "index.js",

"css-to-xpath": "0.0.3",
"lodash": "^3.8.0"
"lodash": "^3.8.0",
"node-uuid": "^1.4.3"
}
}

Sorry, the diff of this file is not supported yet

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