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.7 to 0.8.8

2

lib/mock.js

@@ -46,3 +46,3 @@

}catch(e){
var ex = _.exception("UnexpectedArgument", "Unexpected argument to function: " + name + ": actual: " + _.format(arg) + " expected: " + _.format(info.actual_args[i]))
var ex = _.exception("UnexpectedArgument", "Unexpected argument to function: " + name + ": actual: " + e.actual + " expected: " + e.expected)
ex.actual = e.actual;

@@ -49,0 +49,0 @@ ex.expected = e.expected;

{
"name": "dry-underscore",
"version": "0.8.7",
"version": "0.8.8",
"dependencies": {

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

{
"name": "dry-underscore",
"version": "0.8.7",
"version": "0.8.8",
"main": "./lib/index.js",

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

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