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.15.0-dev.20181018 to 0.15.0-dev.20181020

4

package.json
{
"name": "@fimbul/mimir",
"version": "0.15.0-dev.20181018",
"version": "0.15.0-dev.20181020",
"description": "Core rules of the Fimbullinter project",

@@ -28,3 +28,3 @@ "main": "recommended.yaml",

"dependencies": {
"@fimbul/ymir": "0.15.0-dev.20181018",
"@fimbul/ymir": "0.15.0-dev.20181020",
"chalk": "^2.3.2",

@@ -31,0 +31,0 @@ "debug": "^4.0.0",

@@ -75,6 +75,3 @@ "use strict";

continue;
const fix = checker.getTypeAtLocation(element.name).flags & (ts.TypeFlags.Union | ts.TypeFlags.Any | ts.TypeFlags.Unknown)
? undefined
: ymir_1.Replacement.delete(tsutils_1.getChildOfKind(element, ts.SyntaxKind.EqualsToken, this.sourceFile).pos, element.end);
this.addFailureAtNode(element.initializer, "Unnecessary default value as this property is never 'undefined'.", fix);
this.addFailureAtNode(element.initializer, "Unnecessary default value as this property is never 'undefined'.");
}

@@ -81,0 +78,0 @@ function maybeUndefined({ symbolName }) {

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