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

coverify

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coverify - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

7

index.js

@@ -26,2 +26,9 @@ var falafel = require('falafel');

;
if (file.match(/\.json$/)) {
this.queue('module.exports=' + body);
this.queue(null);
return;
}
try { var src = falafel(body, walk) + '' }

@@ -28,0 +35,0 @@ catch (err) { return onerror(err, file,body) }

2

package.json
{
"name": "coverify",
"version": "1.0.5",
"version": "1.0.6",
"description": "code coverage browserify transform",

@@ -5,0 +5,0 @@ "main": "index.js",

var test = require('tape');
var pkg = require('./package.json');

@@ -3,0 +4,0 @@ test('not covered', function (t) {

var test = require('tape');
var pkg = require('./package.json');

@@ -3,0 +4,0 @@ test('ok ok', function (t) {

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