Socket
Socket
Sign inDemoInstall

istanbul-instrumenter-loader

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-instrumenter-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -11,3 +11,7 @@ 'use strict';

if (this.cacheable) {
this.cacheable();
}
return instrumenter.instrumentSync(source, this.request);
};

2

package.json
{
"name": "istanbul-instrumenter-loader",
"version": "0.1.0",
"version": "0.1.1",
"description": "istanbul instrumenter loader for webpack",

@@ -5,0 +5,0 @@ "keywords": [

@@ -35,3 +35,3 @@ ## Istanbul instrumenter loader for [webpack](https://webpack.github.io/)

preprocessors: {
// 'src/**/*.js': ['coverage'] << and this too
// 'src/**/*.js': ['coverage'], << and this too
'test/**/*.js': [ 'webpack' ]

@@ -48,3 +48,3 @@ },

module: {
preLoaders: [ { // << add istanbul-instrumenter-loader as webpack's preloader
preLoaders: [ { // << add subject as webpack's preloader
test: /\.js$/,

@@ -51,0 +51,0 @@ exclude: /(test|node_modules|bower_components)\//,

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