Huge News!Announcing our $40M Series B led by Abstract Ventures.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.20210131 to 0.24.0-dev.20210214

4

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

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

"dependencies": {
"@fimbul/ymir": "0.22.0",
"@fimbul/ymir": "0.24.0-dev.20210214",
"chalk": "^4.0.0",

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

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

if (node.kind === ts.SyntaxKind.NullKeyword)
return [formatPrimitive(prefixFn(null))]; // tslint:disable-line:no-null-keyword
return [formatPrimitive(prefixFn(null))];
if (tsutils_1.isIdentifier(node) && node.originalKeywordKind === ts.SyntaxKind.UndefinedKeyword)

@@ -84,3 +84,3 @@ return [formatPrimitive(prefixFn(undefined))];

else if (t.flags & ts.TypeFlags.Null) {
result.add(formatPrimitive(prefixFn(null))); // tslint:disable-line:no-null-keyword
result.add(formatPrimitive(prefixFn(null)));
}

@@ -87,0 +87,0 @@ else {

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