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 0.3.2 to 0.3.3

LICENSE

4

bin/cmd.js

@@ -84,5 +84,5 @@ #!/usr/bin/env node

'# ' + file
+ ': line ' + m.lineNum
+ ': line ' + (m.lineNum + 1)
+ ', column ' + line.map(function (m) {
return m.column.join('-')
return (m.column[0] + 2) + '-' + m.column[1];
}).join(', ')

@@ -89,0 +89,0 @@ + '\n\n'

{
"name": "coverify",
"version": "0.3.2",
"version": "0.3.3",
"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