Socket
Socket
Sign inDemoInstall

@angular-eslint/schematics

Package Overview
Dependencies
3
Maintainers
1
Versions
702
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0-alpha.2 to 0.7.0-alpha.3

8

dist/convert-tslint-to-eslint/index.js

@@ -49,2 +49,10 @@ "use strict";

convertRootTSLintConfig('tslint.json', rootEslintrcJsonPath),
(tree) => {
// This still seems to be generated as an empty file
// TODO: Fix in tslint-to-eslint-config library
const tslintToEslintConfigLogPath = 'tslint-to-eslint-config.log';
if (tree.exists(tslintToEslintConfigLogPath)) {
tree.delete(tslintToEslintConfigLogPath);
}
},
]);

@@ -51,0 +59,0 @@ }

4

package.json
{
"name": "@angular-eslint/schematics",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "Angular Schematics for angular-eslint",

@@ -40,3 +40,3 @@ "license": "MIT",

},
"gitHead": "72674123c07137babd71f4ea39c2b34bc5fbf782"
"gitHead": "96246fe208a5849f6804df72708490ffbfffd9e1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc