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.15.0-dev.20181018 to 0.15.0-dev.20181020

9

package.json
{
"name": "@fimbul/wotan",
"version": "0.15.0-dev.20181018",
"version": "0.15.0-dev.20181020",
"description": "Pluggable TypeScript and JavaScript linter",

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

"@types/mkdirp": "^0.5.2",
"@types/node": "^9.3.0",
"@types/resolve": "^0.0.8",

@@ -50,4 +49,4 @@ "@types/rimraf": "^2.0.2",

"dependencies": {
"@fimbul/mimir": "0.15.0-dev.20181018",
"@fimbul/ymir": "0.15.0-dev.20181018",
"@fimbul/mimir": "0.15.0-dev.20181020",
"@fimbul/ymir": "0.15.0-dev.20181020",
"bind-decorator": "^1.0.11",

@@ -59,3 +58,3 @@ "chalk": "^2.3.0",

"import-local": "^2.0.0",
"inversify": "^4.10.0",
"inversify": "^5.0.0",
"is-negated-glob": "^1.0.0",

@@ -62,0 +61,0 @@ "js-yaml": "^3.10.0",

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

createDirectory(dir) {
return fs.mkdirSync(dir);
return fs.mkdirSync(dir, { recursive: true });
}

@@ -60,0 +60,0 @@ };

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