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.2 to 0.1.3

36

package.json
{
"name": "istanbul-instrumenter-loader",
"version": "0.1.2",
"description": "istanbul instrumenter loader for webpack",
"keywords": [
"webpack",
"loader",
"istanbul",
"instrumenter",
"coverage"
"version": "0.1.3",
"description": "Istanbul instrumenter loader for webpack",
"keywords": [ "webpack", "webpack-loader", "istanbul", "coverage" ],
"homepage": "https://github.com/deepsweet/istanbul-instrumenter-loader",
"repository": "deepsweet/istanbul-instrumenter-loader",
"author": "Kir Belevich <kir@soulshine.in> (https://github.com/deepsweet)",
"main": "index.js",
"files": [
"index.js"
],
"homepage": "https://github.com/deepsweet/istanbul-instrumenter-loader",
"repository": {
"type": "git",
"url": "git://github.com/deepsweet/istanbul-instrumenter-loader.git"
"dependencies": {
"istanbul": "0.x.x"
},
"author": {
"name": "Kir Belevich",
"email": "kir@soulshine.in",
"url": "https://github.com/deepsweet"
},
"main": "index.js",
"peerDependencies": {
"istanbul": "^0.3.2",
"webpack": "^1.4.3"
"webpack": "1.x.x"
},
"devDependencies": {
"eslint": "^0.8.2",
"jscs": "^1.6.2"
"eslint": "0.x.x",
"jscs": "1.x.x"
},

@@ -31,0 +23,0 @@ "scripts": {

## Istanbul instrumenter loader for [webpack](https://webpack.github.io/)
[![npm](http://img.shields.io/npm/v/istanbul-instrumenter-loader.svg?style=flat-square)](https://www.npmjs.org/package/istanbul-instrumenter-loader)
[![travis](http://img.shields.io/travis/deepsweet/istanbul-instrumenter-loader.svg?style=flat-square)](https://travis-ci.org/deepsweet/istanbul-instrumenter-loader)
[![npm](http://img.shields.io/npm/v/istanbul-instrumenter-loader.svg?style=flat-square)](https://www.npmjs.org/package/istanbul-instrumenter-loader)
[![peer deps](http://img.shields.io/david/peer/deepsweet/istanbul-instrumenter-loader.svg?style=flat-square)](https://david-dm.org/deepsweet/istanbul-instrumenter-loader#info=peerDependencies)
[![dev deps](http://img.shields.io/david/dev/deepsweet/istanbul-instrumenter-loader.svg?style=flat-square)](https://david-dm.org/deepsweet/istanbul-instrumenter-loader#info=devDependencies)
![unicorn approved](http://img.shields.io/badge/unicorn-approved-ff69b4.svg?style=flat-square)
[![climate](http://img.shields.io/codeclimate/github/deepsweet/istanbul-instrumenter-loader.svg?style=flat-square)](https://codeclimate.com/github/deepsweet/istanbul-instrumenter-loader/code)
[![deps](http://img.shields.io/david/deepsweet/istanbul-instrumenter-loader.svg?style=flat-square)](https://david-dm.org/deepsweet/istanbul-instrumenter-loader#info=dependencies)
[![gratipay](http://img.shields.io/gratipay/deepsweet.svg?style=flat-square)](https://gratipay.com/deepsweet/)

@@ -15,3 +15,3 @@ Instrument JS files with [Istanbul](https://github.com/gotwarlost/istanbul) for subsequent code coverage reporting.<br/>

```sh
npm i -S istanbul-instrumenter-loader
$ npm i -D istanbul-instrumenter-loader
```

@@ -18,0 +18,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