Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-lint-staged

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-lint-staged - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

3

ng-lint-staged.js

@@ -14,3 +14,4 @@ #!/usr/bin/env node

let filesSwitch = false;
for (const arg of process.argv) {
// NOTE: THE LOOP STARTS AT i = 3!
for (let i = 3, iz = process.argv.length; i < iz; i++) {
if (arg === '--') {

@@ -17,0 +18,0 @@ filesSwitch = true;

{
"name": "ng-lint-staged",
"version": "7.0.0",
"version": "7.0.1",
"description": "Shim to run lint-staged with ng-lint",

@@ -5,0 +5,0 @@ "bin": {

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