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

@18f/18f-eslint

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@18f/18f-eslint - npm Package Compare versions

Comparing version 1.2.3-beta.4 to 1.2.3-beta.5

4

install.js

@@ -6,7 +6,3 @@ #!/usr/bin/env node

// Allow console.log here, since it's a CLI application.
/* eslint-disable no-console */
const pathRoot = process.env.INIT_CWD || path.resolve("../../", __dirname);
console.log(pathRoot);

@@ -13,0 +9,0 @@ const eslintPath = path.join(pathRoot, ".eslintrc.json");

2

lib/getPackagePath.js

@@ -6,3 +6,3 @@ const fs = require("fs");

// Start at the current path. We'll walk backwards from here.
const packagePath = ["."];
const packagePath = [process.env.INIT_CWD || "."];
let lastPath = path.resolve("./");

@@ -9,0 +9,0 @@

{
"name": "@18f/18f-eslint",
"version": "1.2.3-beta.4",
"version": "1.2.3-beta.5",
"description": "Easy eslint for 18F projects",

@@ -5,0 +5,0 @@ "main": "index.js",

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