Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fimbul/wotan

Package Overview
Dependencies
Maintainers
2
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/wotan - npm Package Compare versions

Comparing version 0.23.0-dev.20210111 to 0.23.0-dev.20210112

4

package.json
{
"name": "@fimbul/wotan",
"version": "0.23.0-dev.20210111",
"version": "0.23.0-dev.20210112",
"description": "Pluggable TypeScript and JavaScript linter",

@@ -43,3 +43,3 @@ "bin": "bin/main.js",

"dependencies": {
"@fimbul/mimir": "0.23.0-dev.20210111",
"@fimbul/mimir": "0.23.0-dev.20210112",
"@fimbul/ymir": "0.22.0",

@@ -46,0 +46,0 @@ "bind-decorator": "^1.0.11",

@@ -32,3 +32,4 @@ "use strict";

getCompilerOptions() {
return this.options || (this.options = this.factory.getCompilerOptions());
var _a;
return (_a = this.options) !== null && _a !== void 0 ? _a : (this.options = this.factory.getCompilerOptions());
}

@@ -229,6 +230,6 @@ getProgram() {

function getFlatAst() {
return (convertedAst || (convertedAst = tsutils_1.convertAst(sourceFile))).flat;
return (convertedAst !== null && convertedAst !== void 0 ? convertedAst : (convertedAst = tsutils_1.convertAst(sourceFile))).flat;
}
function getWrappedAst() {
return (convertedAst || (convertedAst = tsutils_1.convertAst(sourceFile))).wrapped;
return (convertedAst !== null && convertedAst !== void 0 ? convertedAst : (convertedAst = tsutils_1.convertAst(sourceFile))).wrapped;
}

@@ -235,0 +236,0 @@ }

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

getCommentAtPosition(pos) {
const wrap = tsutils_1.getWrappedNodeAtPosition(wrappedAst || (wrappedAst = context.getWrappedAst()), pos);
const wrap = tsutils_1.getWrappedNodeAtPosition(wrappedAst !== null && wrappedAst !== void 0 ? wrappedAst : (wrappedAst = context.getWrappedAst()), pos);
if (wrap === undefined)

@@ -34,0 +34,0 @@ return;

Sorry, the diff of this file is not supported yet

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