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.4.0-dev.20180307 to 0.4.0-dev.20180308

4

package.json
{
"name": "@fimbul/wotan",
"version": "0.4.0-dev.20180307",
"version": "0.4.0-dev.20180308",
"description": "Pluggable TypeScript and JavaScript linter",

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

"dependencies": {
"@fimbul/mimir": "0.4.0-dev.20180307",
"@fimbul/mimir": "0.4.0-dev.20180308",
"@fimbul/ymir": "^0.3.0",

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

@@ -199,6 +199,6 @@ "use strict";

case '+':
line = chalk_1.default.green(baseline_1.isCodeLine(line.substr(1)) ? '+' + prettyCodeLine(line.substr(1)) : line);
line = chalk_1.default.green('+' + prettyLine(line.substr(1)));
break;
case '-':
line = chalk_1.default.red(baseline_1.isCodeLine(line.substr(1)) ? '-' + prettyCodeLine(line.substr(1)) : line);
line = chalk_1.default.red('-' + prettyLine(line.substr(1)));
}

@@ -209,3 +209,3 @@ result.push(line);

}
function prettyCodeLine(line) {
function prettyLine(line) {
return line

@@ -212,0 +212,0 @@ .replace(/\t/g, '\u2409')

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