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

coverify

Package Overview
Dependencies
Maintainers
2
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.2.0 to 1.3.0

example/six.js

5

index.js

@@ -33,4 +33,5 @@ var falafel = require('falafel');

}
try { var src = falafel(body, { locations: true }, walk) + '' }
var fopts = { locations: true, ecmaVersion: 6 };
try { var src = falafel(body, fopts, walk) + '' }
catch (err) { return onerror(err, file,body) }

@@ -37,0 +38,0 @@ var sfile = JSON.stringify(JSON.stringify(file));

2

package.json
{
"name": "coverify",
"version": "1.2.0",
"version": "1.3.0",
"description": "code coverage browserify transform",

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

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