Socket
Socket
Sign inDemoInstall

eslint-plugin-standard

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-standard - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

package.json
{
"name": "eslint-plugin-standard",
"description": "ESlint Plugin for the Standard Linter",
"version": "4.0.0",
"version": "4.0.1",
"author": "Jamund Ferguson <jamund@gmail.com>",

@@ -11,4 +11,4 @@ "bugs": {

"devDependencies": {
"eslint": "^5.0.0",
"mocha": "^5.1.1",
"eslint": "^6.1.0",
"mocha": "^6.2.0",
"standard": "*"

@@ -15,0 +15,0 @@ },

@@ -23,5 +23,5 @@ # eslint-plugin-standard [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

rules: {
'standard/object-curly-even-spacing': [2, "either"]
'standard/object-curly-even-spacing': [2, "either"],
'standard/array-bracket-even-spacing': [2, "either"],
'standard/computed-property-even-spacing': [2, "even"]
'standard/computed-property-even-spacing': [2, "even"],
'standard/no-callback-literal': [2, ["cb", "callback"]]

@@ -28,0 +28,0 @@ }

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