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

eslint-plugin-pep8-blank-lines

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-pep8-blank-lines - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

tags

2

lib/pep8-matcher.js
/**
* @fileoverview Custom matchers introduced in this project
*/
const astUtils = require('eslint/lib/util/ast-utils');
const astUtils = require('eslint-ast-utils');
const isarray = require('./polyfills/isarray.js');

@@ -6,0 +6,0 @@

const isarray = require('./polyfills/isarray.js');
const astUtils = require('eslint/lib/util/ast-utils');
const astUtils = require('eslint-ast-utils');
const isComma = astUtils.isCommaToken;

@@ -5,0 +5,0 @@ const isSemicolon = astUtils.isSemicolonToken;

{
"name": "eslint-plugin-pep8-blank-lines",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ref: https://www.python.org/dev/peps/pep-0008/#blank-lines",

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

"peerDependencies": {
"eslint": "^5.3.0"
"eslint": "^6"
},

@@ -29,0 +29,0 @@ "devDependencies": {

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