You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@fimbul/mimir

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/mimir - npm Package Compare versions

Comparing version

to
0.24.0-dev.20210131

2

package.json
{
"name": "@fimbul/mimir",
"version": "0.24.0-dev.20210122",
"version": "0.24.0-dev.20210131",
"description": "Core rules of the Fimbullinter project",

@@ -5,0 +5,0 @@ "main": "recommended.yaml",

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

if (!this.isUsed(expr))
this.addFindingAtNode(errorNode === undefined ? expr : errorNode, FAIL_MESSAGE);
this.addFindingAtNode(errorNode !== null && errorNode !== void 0 ? errorNode : expr, FAIL_MESSAGE);
}

@@ -47,0 +47,0 @@ isUsed(node) {

Sorry, the diff of this file is not supported yet