Socket
Socket
Sign inDemoInstall

test

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

engines/common/assert.js

@@ -187,4 +187,4 @@

if (exception) failure = e.actual = exception
if (Error) failure = e.expected = Error
if (exception) failure.actual = exception
if (Error) failure.expected = Error
this.fail(failure)

@@ -191,0 +191,0 @@ }

{ "name": "test",
"version": "0.1.0",
"version": "0.1.1",
"description": "CommonJS test runner for Unit Testing/1.1",

@@ -4,0 +4,0 @@ "homepage": "http://github.com/Gozala/test-commonjs/",

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