Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
34
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.10.1

11

CHANGELOG.md

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

<a name="1.10.1"></a>
## [1.10.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.0...istanbul-lib-instrument@1.10.1) (2018-03-09)
### Bug Fixes
* default value for ignorelassMethods ([#151](https://github.com/istanbuljs/istanbuljs/issues/151)) ([5dd88e8](https://github.com/istanbuljs/istanbuljs/commit/5dd88e8))
<a name="1.10.0"></a>

@@ -8,0 +19,0 @@ # [1.10.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.2...istanbul-lib-instrument@1.10.0) (2018-03-04)

4

dist/visitor.js

@@ -41,3 +41,5 @@ 'use strict';

var VisitState = function () {
function VisitState(types, sourceFilePath, inputSourceMap, ignoreClassMethods) {
function VisitState(types, sourceFilePath, inputSourceMap) {
var ignoreClassMethods = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : [];
_classCallCheck(this, VisitState);

@@ -44,0 +46,0 @@

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc