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

eslint-config-postman

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-postman - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -39,2 +39,3 @@ const { join } = require('path'),

globals: {
'exec': true,
'app': true, // as part of test bootstrap

@@ -51,2 +52,3 @@ 'expect': true, // as part of test bootstrap

rules: {
'security/detect-child-process': 'off',
'security/detect-non-literal-require': 'off',

@@ -53,0 +55,0 @@ 'security/detect-non-literal-fs-filename': 'off',

2

package.json
{
"name": "eslint-config-postman",
"version": "0.0.1",
"version": "0.0.2",
"description": "Common ESLint rules for Postman",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/postmanlabs/eslint-config-postman/issues",

@@ -115,6 +115,6 @@ module.exports = {

'padding-line-between-statements': ['error',
{ 'blankLine': 'always', 'prev': ['block', 'block-like', 'for', 'function', 'multiline-expression', 'const', 'let', 'var'], 'next': '*' },
{ 'blankLine': 'any', 'prev': 'expression', 'next': 'expression' },
{ 'blankLine': 'always', 'prev': ['block', 'for', 'function', 'multiline-expression', 'const', 'let', 'var'], 'next': '*' },
{ 'blankLine': 'always', 'prev': '*', 'next': ['break', 'continue', 'multiline-expression', 'multiline-block-like', 'return', 'export', 'const', 'let', 'var'] },
{ 'blankLine': 'any', 'prev': 'if', 'next': 'if' },
{ 'blankLine': 'any', 'prev': 'expression', 'next': 'expression' }
{ 'blankLine': 'any', 'prev': 'if', 'next': 'if' }
],

@@ -121,0 +121,0 @@ 'quote-props': ['error', 'as-needed'],

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