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

dry-underscore

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-underscore - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

2

lib/mock.js

@@ -14,3 +14,3 @@

self.functions[key] = _.extend({
called: false
actual_call: false
}, val);

@@ -17,0 +17,0 @@ });

{
"name": "dry-underscore",
"version": "0.8.5",
"version": "0.8.6",
"dependencies": {

@@ -5,0 +5,0 @@ "formidable": {

{
"name": "dry-underscore",
"version": "0.8.5",
"version": "0.8.6",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "description": "The DRY Undescore Library",

@@ -31,4 +31,6 @@ "use strict";

_.test.throws(_.bind(no_call_bad.check, no_call_bad));
no_call_bad.check();
_.test.throws(_.bind(no_call_bad.foo, no_call_bad));
var call_bad = _.mock({

@@ -35,0 +37,0 @@ foo: { expected_call: true }

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