Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coffee-coverage-v2

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-coverage-v2 - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.idea/misc.xml

6

lib/coffeeCoverage.js

@@ -39,5 +39,5 @@ // Generated by CoffeeScript 2.0.2

CoverageError = class CoverageError extends Error {
constructor(message1) {
super(message);
this.message = message1;
constructor(message) {
super();
this.message = message;
this.name = "CoverageError";

@@ -44,0 +44,0 @@ Error.captureStackTrace(this, arguments.callee);

@@ -181,3 +181,8 @@ // Generated by CoffeeScript 2.0.2

visitStatement(node) {
var location, statementId;
var grandParentType, location, ref, ref1, ref2, ref3, statementId;
grandParentType = (ref = node.parent) != null ? (ref1 = ref.parent) != null ? (ref2 = ref1.node) != null ? (ref3 = ref2.constructor) != null ? ref3.name : void 0 : void 0 : void 0 : void 0;
if (grandParentType === "StringWithInterpolations" && !node.parent.parent.skipped) {
node.parent.parent.skipped = true;
return;
}
// Ignore nodes marked 'noCoverage'

@@ -184,0 +189,0 @@ if (node.isMarked('noCoverage')) {

@@ -15,3 +15,3 @@ {

],
"version": "2.0.1",
"version": "2.0.2",
"author": "Benbria (http://www.benbria.com/)",

@@ -18,0 +18,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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