You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.1.0 to 1.2.0

7

index.js

@@ -6,4 +6,11 @@ 'use strict';

var assign = require('object-assign');
var convert = require('convert-source-map');
module.exports = function(source, sourceMap) {
// use inline source map, if any
var inlineSourceMap = convert.fromSource(source);
if (!sourceMap && inlineSourceMap) {
sourceMap = inlineSourceMap.sourcemap;
}
var userOptions = loaderUtils.parseQuery(this.query);

@@ -10,0 +17,0 @@ var instrumenter = istanbulLibInstrument.createInstrumenter(

3

package.json
{
"name": "istanbul-instrumenter-loader",
"version": "1.1.0",
"version": "1.2.0",
"description": "Istanbul instrumenter loader for webpack",

@@ -19,2 +19,3 @@ "keywords": [

"dependencies": {
"convert-source-map": "^1.3.0",
"istanbul-lib-instrument": "^1.1.3",

@@ -21,0 +22,0 @@ "loader-utils": "^0.2.16",

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

It's not "ES6 ready" yet, see [#33](https://github.com/deepsweet/istanbul-instrumenter-loader/issues/33) for some technical details.
### Install

@@ -12,0 +10,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc