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

@fimbul/valtyr

Package Overview
Dependencies
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/valtyr - npm Package Compare versions

Comparing version 0.2.0-dev.20180220 to 0.2.0-dev.20180221

6

package.json
{
"name": "@fimbul/valtyr",
"version": "0.2.0-dev.20180220",
"version": "0.2.0-dev.20180221",
"description": "Wotan plugin to behave almost like TSLint",

@@ -22,7 +22,7 @@ "author": "Klaus Meinhardt",

"peerDependencies": {
"@fimbul/wotan": "0.2.0-dev.20180220",
"@fimbul/wotan": "0.2.0-dev.20180221",
"typescript": "^2.4.1"
},
"dependencies": {
"@fimbul/bifrost": "0.2.0-dev.20180220",
"@fimbul/bifrost": "0.2.0-dev.20180221",
"inversify": "^4.10.0",

@@ -29,0 +29,0 @@ "tslib": "^1.8.1",

@@ -1,2 +0,2 @@

import { ConfigurationProvider, Resolver, Configuration, CacheManager } from '@fimbul/wotan';
import { ConfigurationProvider, Resolver, Configuration, CacheFactory } from '@fimbul/wotan';
import * as TSLint from 'tslint';

@@ -7,3 +7,3 @@ export declare class TslintConfigurationProvider implements ConfigurationProvider {

private tslintConfigDir;
constructor(resolver: Resolver, cache: CacheManager);
constructor(resolver: Resolver, cache: CacheFactory);
find(fileName: string): string | undefined;

@@ -10,0 +10,0 @@ resolve(name: string, basedir: string): string;

@@ -9,7 +9,6 @@ "use strict";

const OFFSET_TO_NODE_MODULES = 3;
const cacheId = new wotan_1.CacheIdentifier('configPath');
let TslintConfigurationProvider = class TslintConfigurationProvider {
constructor(resolver, cache) {
this.resolver = resolver;
this.cache = cache.create(cacheId);
this.cache = cache.create();
}

@@ -82,3 +81,3 @@ find(fileName) {

inversify_1.injectable(),
tslib_1.__metadata("design:paramtypes", [wotan_1.Resolver, wotan_1.CacheManager])
tslib_1.__metadata("design:paramtypes", [wotan_1.Resolver, wotan_1.CacheFactory])
], TslintConfigurationProvider);

@@ -85,0 +84,0 @@ exports.TslintConfigurationProvider = TslintConfigurationProvider;

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