Socket
Socket
Sign inDemoInstall

tape-testcheck

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tape-testcheck - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.js

@@ -46,3 +46,3 @@ 'use strict';

if (result.result) {
if (result.result === true) {
this.pass(msg);

@@ -49,0 +49,0 @@ } else {

{
"name": "tape-testcheck",
"version": "0.1.0",
"version": "0.1.1",
"description": "Use Testcheck with Tape test runner",

@@ -12,4 +12,4 @@ "main": "index.js",

"keywords": [
"tape",
"testcheck"
"tape",
"testcheck"
],

@@ -25,3 +25,7 @@ "author": "npbee",

"sinon": "^1.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/npbee/tape-testcheck"
}
}

@@ -28,3 +28,3 @@ import Test from 'tape/lib/test';

if (result.result) {
if (result.result === true) {
this.pass(msg);

@@ -31,0 +31,0 @@ } else {

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