Socket
Socket
Sign inDemoInstall

babel-plugin-istanbul

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-istanbul - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [5.1.2](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.1...v5.1.2) (2019-04-10)
### Bug Fixes
* Ensure correct scope references after traversal ([#192](https://github.com/istanbuljs/babel-plugin-istanbul/issues/192)) ([201a933](https://github.com/istanbuljs/babel-plugin-istanbul/commit/201a933))
<a name="5.1.1"></a>

@@ -7,0 +16,0 @@ ## [5.1.1](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.0...v5.1.1) (2019-01-11)

10

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.default = void 0;
exports["default"] = void 0;

@@ -91,3 +91,7 @@ var _fs = require("fs");

this.__dv__.enter(path);
this.__dv__.enter(path); // Istanbul visitor may replace Identifiers and require re-crawling
// scope before continuing with other babel plugins.
path.scope.crawl();
},

@@ -111,2 +115,2 @@ exit: function exit(path) {

var _default = makeVisitor;
exports.default = _default;
exports["default"] = _default;
{
"name": "babel-plugin-istanbul",
"version": "5.1.1",
"version": "5.1.2",
"author": "Thai Pangsakulyanont @dtinth",

@@ -13,18 +13,19 @@ "license": "BSD-3-Clause",

"find-up": "^3.0.0",
"istanbul-lib-instrument": "^3.0.0",
"test-exclude": "^5.0.0"
"istanbul-lib-instrument": "^3.2.0",
"test-exclude": "^5.2.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"mocha": "^6.1.2",
"nyc": "^14.0.0-rc.1",
"pmock": "^0.2.3",
"standard": "^12.0.1",
"standard-version": "^4.4.0"
"standard-version": "^5.0.2"
},

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

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