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

tape

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tape - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/test.js
var EventEmitter = require('events').EventEmitter;
var deepEqual = require('deep-equal');
var defined = require('./defined');
var defined = require('defined');

@@ -5,0 +5,0 @@ module.exports = Test;

{
"name" : "tape",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "tap-producing test harness for node and browsers",

@@ -13,3 +13,4 @@ "main" : "index.js",

"jsonify" : "~0.0.0",
"deep-equal" : "~0.0.0"
"deep-equal" : "~0.0.0",
"defined" : "~0.0.0"
},

@@ -16,0 +17,0 @@ "devDependencies" : {

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