Socket
Socket
Sign inDemoInstall

tslint-loader

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-loader - npm Package Compare versions

Comparing version 3.4.3 to 3.5.1

.idea/inspectionProfiles/Project_Default.xml

6

index.js

@@ -67,3 +67,5 @@ /*

if (result.failureCount === 0) return;
emitter(result.output);
var err = new Error(result.output);
delete err.stack;
emitter(err);

@@ -121,3 +123,3 @@ if (fileOutputOpts && fileOutputOpts.dir) {

if (!semver.satisfies(Lint.Linter.VERSION, '^4.0.0')) {
if (!semver.satisfies(Lint.Linter.VERSION, '>=4.0.0')) {
throw new Error('Tslint should be of version 4+');

@@ -124,0 +126,0 @@ }

{
"name": "tslint-loader",
"version": "3.4.3",
"version": "3.5.1",
"description": "tslint loader for webpack",

@@ -30,3 +30,3 @@ "main": "index.js",

"peerDependencies": {
"tslint": "^4.0.0"
"tslint": ">=4.0.0"
},

@@ -33,0 +33,0 @@ "dependencies": {

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