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

eslint-plugin-freaktechnik

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-freaktechnik - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

13

index.js

@@ -113,3 +113,5 @@ /**

"no-loop-func": 1,
"strict": 1
"strict": 1,
"prefer-promise-reject-errors": 1,
"no-throw-literal": 1
},

@@ -170,3 +172,2 @@ settings: {

env: {
node: false,
es6: true,

@@ -179,4 +180,12 @@ browser: true

extends: ["plugin:freaktechnik/base"]
},
extension: {
env: {
es6: true,
browser: true,
webextensions: true
},
extends: ["plugin:freaktechnik/browser"]
}
}
};

6

package.json
{
"name": "eslint-plugin-freaktechnik",
"version": "2.1.0",
"version": "2.2.0",
"description": "ESLint default configs of freaktechnik.",

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

"eslintplugin",
"eslintconig"
"eslintconfig"
],

@@ -26,3 +26,3 @@ "author": "Martin Giger (https://humanoids.be)",

"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-jsdoc": "^2.4.0",
"eslint-plugin-jsdoc": "^3.0.0",
"eslint-plugin-node": "^4.0.0"

@@ -29,0 +29,0 @@ },

@@ -13,2 +13,2 @@ # eslint-plugin-freaktechnik

- test
- browser
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