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.21.0 to 0.22.0-dev.20190619

6

package.json
{
"name": "@fimbul/wotan",
"version": "0.21.0",
"version": "0.22.0-dev.20190619",
"description": "Pluggable TypeScript and JavaScript linter",

@@ -44,4 +44,4 @@ "bin": "bin/main.js",

"dependencies": {
"@fimbul/mimir": "^0.21.0",
"@fimbul/ymir": "^0.21.0",
"@fimbul/mimir": "0.21.0",
"@fimbul/ymir": "0.21.0",
"bind-decorator": "^1.0.11",

@@ -48,0 +48,0 @@ "chalk": "^2.3.0",

@@ -9,2 +9,5 @@ "use strict";

function parseArguments(args, globalOptions) {
log('Parsing arguments: %O', args);
if (globalOptions !== undefined)
log('global options: %O', globalOptions);
args = args.map(trimSingleQuotes);

@@ -11,0 +14,0 @@ const commandName = args[0];

@@ -45,4 +45,6 @@ "use strict";

exports.loadConfig = loadConfig;
if (require.main === module)
if (require.main === module) {
log('CLI arguments: %O', process.argv);
run(process.argv.slice(2));
}
//# sourceMappingURL=cli.js.map

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