New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fimbul/bifrost

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/bifrost - npm Package Compare versions

Comparing version 0.4.0-dev.20180227 to 0.4.0-dev.20180228

4

package.json
{
"name": "@fimbul/bifrost",
"version": "0.4.0-dev.20180227",
"version": "0.4.0-dev.20180228",
"description": "Compatibility layer for TSLint rules",

@@ -28,3 +28,3 @@ "main": "src/index",

"peerDependencies": {
"@fimbul/wotan": "0.4.0-dev.20180227",
"@fimbul/wotan": "0.4.0-dev.20180228",
"tslint": "^5.0.0",

@@ -31,0 +31,0 @@ "typescript": "^2.4.1 || >= 2.8.0-dev"

@@ -19,7 +19,2 @@ "use strict";

}
static supports(sourceFile) {
if (Rule.metadata && Rule.metadata.typescriptOnly)
return /\.tsx?$/.test(sourceFile.fileName);
return true;
}
apply() {

@@ -48,2 +43,5 @@ if (!this.delegate.isEnabled())

: false,
_a.supports = Rule.metadata && Rule.metadata.typescriptOnly
? (sourceFile) => /\.tsx?$/.test(sourceFile.fileName)
: undefined,
_a;

@@ -50,0 +48,0 @@ var _a;

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