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

9

CHANGELOG.md

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

## [5.1.3](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.2...v5.1.3) (2019-04-23)
### Bug Fixes
* Revert [#192](https://github.com/istanbuljs/babel-plugin-istanbul/issues/192) ([201a933](https://github.com/istanbuljs/babel-plugin-istanbul/commit/201a933)) due to regression detailed at [#201](https://github.com/istanbuljs/babel-plugin-istanbul/issues/201)
## [5.1.2](https://github.com/istanbuljs/babel-plugin-istanbul/compare/v5.1.1...v5.1.2) (2019-04-10)

@@ -7,0 +16,0 @@

6

lib/index.js

@@ -90,7 +90,3 @@ "use strict";

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

@@ -97,0 +93,0 @@ exit: function exit(path) {

{
"name": "babel-plugin-istanbul",
"version": "5.1.2",
"version": "5.1.3",
"author": "Thai Pangsakulyanont @dtinth",

@@ -19,10 +19,10 @@ "license": "BSD-3-Clause",

"@babel/core": "^7.4.3",
"@babel/plugin-transform-modules-commonjs": "^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.3",
"cross-env": "^5.2.0",
"mocha": "^6.1.2",
"nyc": "^14.0.0-rc.1",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"pmock": "^0.2.3",

@@ -29,0 +29,0 @@ "standard": "^12.0.1",

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