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

deride

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deride - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

7

lib/deride.js

@@ -48,7 +48,6 @@ /*

try{
assert.deepEqual(actual, expected);
}catch(err){
found = false;
assert.deepEqual(actual, expected);
found = true;
break;
}
}catch(err){ }
}

@@ -55,0 +54,0 @@ results.push(found);

{
"name": "deride",
"description": "Mocking library based on composition",
"version": "0.1.10",
"version": "0.1.11",
"homepage": "https://github.com/REAANDREW/deride",

@@ -6,0 +6,0 @@ "author": {

@@ -61,2 +61,9 @@ /*

});
it('handles comparison of withArgs when an argument is a function', function(done) {
var obj = deride.stub(['send']);
obj.send({a:1}, function(){});
obj.expect.send.called.withArgs({a:1});
done();
});
});

@@ -63,0 +70,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