Socket
Socket
Sign inDemoInstall

ospec

Package Overview
Dependencies
11
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.4 to 4.1.5

6

ospec.js

@@ -487,3 +487,7 @@ "use strict"

return function(message) {
results[self.i].message = message + "\n\n" + results[self.i].message
if (Array.isArray(message)) {
var args = arguments
message = message.reduce(function(acc, v, i) {return acc + args[i] + v})
}
results[self.i].message = message + "\n\n" + results[self.i].message
}

@@ -490,0 +494,0 @@ }

4

package.json
{
"name": "ospec",
"version": "4.1.4",
"version": "4.1.5",
"description": "Noiseless testing framework",

@@ -37,4 +37,4 @@ "main": "ospec.js",

"eslint": "^6.8.0",
"ospec-stable": "npm:ospec@4.1.3"
"ospec-stable": "npm:ospec@4.1.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc