Socket
Socket
Sign inDemoInstall

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 3.0.0 to 3.0.1

9

lib/SkipVisitor.js

@@ -104,7 +104,8 @@ // Generated by CoffeeScript 2.0.2

ref1,
ref2;
if (node.type === "IdentifierLiteral") {
ref2,
ref3;
if (node.type === "IdentifierLiteral" || ((ref = node.node.base) != null ? (ref1 = ref.constructor) != null ? ref1.name : void 0 : void 0) === "IdentifierLiteral") {
return;
}
if (node.type === "Value" && (((ref = node.node.base.constructor) != null ? ref.name : void 0) === "PassthroughLiteral" || ((ref1 = node.node.base.constructor) != null ? ref1.name : void 0) === "IdentifierLiteral")) {
if (node.type === "Value" && ((ref2 = node.node.base.constructor) != null ? ref2.name : void 0) === "PassthroughLiteral") {
throw new Error(`Pragma '${match[0]}' at ${self._toLocString(node)} has no next statement`);

@@ -117,3 +118,3 @@ }

true);
return (ref2 = ifNode.child('body')) != null ? ref2.markAll('skip',
return (ref3 = ifNode.child('body')) != null ? ref3.markAll('skip',
true) : void 0;

@@ -120,0 +121,0 @@ }

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

],
"version": "3.0.0",
"version": "3.0.1",
"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