Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-instrument - npm Package Compare versions

Comparing version 1.6.2 to 1.7.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.7.0"></a>
# [1.7.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.2...istanbul-lib-instrument@1.7.0) (2017-03-27)
### Features
* use extended babylon support; adding features such as jsx ([#22](https://github.com/istanbuljs/istanbuljs/issues/22)) ([11c2438](https://github.com/istanbuljs/istanbul-lib-instrument/commit/11c2438))
<a name="1.6.2"></a>

@@ -8,0 +16,0 @@ ## [1.6.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.1...istanbul-lib-instrument@1.6.2) (2017-03-22)

3

dist/instrumenter.js

@@ -123,3 +123,4 @@ 'use strict';

allowReturnOutsideFunction: opts.autoWrap,
sourceType: opts.esModules ? "module" : "script"
sourceType: opts.esModules ? "module" : "script",
plugins: ['asyncGenerators', 'dynamicImport', 'flow', 'jsx']
});

@@ -126,0 +127,0 @@ var ee = (0, _visitor2.default)(t, filename, {

{
"name": "istanbul-lib-instrument",
"version": "1.6.2",
"version": "1.7.0",
"description": "Core istanbul API for JS code coverage",

@@ -9,3 +9,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
"test": "mocha --require=babel-register --recursive test/",
"test": "mocha --require=babel-register",
"pretest": "jshint src/ test/",

@@ -20,3 +20,3 @@ "prepublish": "npm run release"

"babylon": "^6.13.0",
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-coverage": "^1.0.2",
"semver": "^5.3.0"

@@ -23,0 +23,0 @@ },

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