New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-haraka

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-haraka - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

.eslintrc.yaml

7

Changes.md
## 1.0.12 - 2019-11-22
* add prefer-template rule
* add eslint parserOptions: ecmaVersion: 2017
* convert .eslintrc.json to .eslintrc.yaml
## 1.0.11 - 2019-07-09

@@ -3,0 +10,0 @@

5

index.js

@@ -26,4 +26,5 @@ 'use strict';

"no-var": "error",
"object-shorthand": ["warn", "always"],
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }]
"object-shorthand": ["warning", "always"],
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }],
"prefer-template": "warning"
};

@@ -30,0 +31,0 @@

4

package.json
{
"name": "eslint-plugin-haraka",
"version": "1.0.11",
"version": "1.0.12",
"description": "eslint rules for Haraka projects",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint *.js"
"test": "npx eslint *.js"
},

@@ -9,0 +9,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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