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.13.0-dev.20180804 to 0.13.0-dev.20180807

2

package.json
{
"name": "@fimbul/wotan",
"version": "0.13.0-dev.20180804",
"version": "0.13.0-dev.20180807",
"description": "Pluggable TypeScript and JavaScript linter",

@@ -5,0 +5,0 @@ "bin": "bin/main.js",

@@ -46,2 +46,3 @@ import * as ts from 'typescript';

};
onReleaseOldSourceFile(sourceFile: ts.SourceFile): void;
}

@@ -171,2 +171,6 @@ "use strict";

}
onReleaseOldSourceFile(sourceFile) {
this.sourceFileCache.delete(sourceFile.fileName);
this.processedFiles.delete(sourceFile.fileName);
}
}

@@ -173,0 +177,0 @@ tslib_1.__decorate([

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