Socket
Socket
Sign inDemoInstall

coverjs-loader

Package Overview
Dependencies
11
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -79,3 +79,3 @@ /*

else this.error++;
var start = range[0];

@@ -82,0 +82,0 @@ while(/^[\t ]$/.test(codez[start-1])) start--;

{
"name": "coverjs-loader",
"version": "0.1.0",
"version": "0.1.1",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "coverjs loader module for webpack",

@@ -36,3 +36,5 @@ # coverjs loader for webpack

require("cover-loader").reportHtml();
after(function() {
require("cover-loader").reportHtml();
});
```

@@ -39,0 +41,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc