New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 0.24.0-dev.20210122 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

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