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

tap-assert

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-assert - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

AUTHORS

2

assert.js

@@ -308,3 +308,3 @@ // an assert module that returns tappable data for each assertion.

function diffObj (f, w) {
function diffObject (f, w) {
var f = stringify(f)

@@ -311,0 +311,0 @@ , w = stringify(w)

{ "name" : "tap-assert"
, "version" : "0.0.1"
, "version" : "0.0.2"
, "description" : "An assertion module that returns TAP result objects"

@@ -8,2 +8,5 @@ , "main" : "./assert.js"

, "keywords" : [ "assert", "test", "tap" ]
, "license" :
{ "type" : "MIT"
, "url" : "https://github.com/isaacs/tap-assert/raw/master/LICENSE" }
}
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