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.5 to 1.0.6

11

lib/model.js
// Generated by CoffeeScript 1.9.2
(function() {
var _, __operation;
var _, __operation, model;

@@ -9,4 +9,9 @@ _ = require('lodash');

module.exports = function(casper, constants) {
return {
model = void 0;
module.exports = function(casper) {
if (model != null) {
return model;
}
return model = {
set: function(path, value, cb) {

@@ -13,0 +18,0 @@ var operation, prevValue;

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

@@ -5,0 +5,0 @@ "main": "index.js",

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