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

@happytiptoe/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happytiptoe/eslint-config - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.js

@@ -1,1 +0,1 @@

var e={env:{browser:!0,es2021:!0,node:!0,"vue/setup-compiler-macros":!0},extends:["plugin:vue/vue3-recommended","eslint:recommended","@vue/eslint-config-typescript","@vue/eslint-config-prettier/skip-formatting"],parserOptions:{ecmaVersion:"latest",sourceType:"module"},rules:{"@typescript-eslint/ban-ts-comment":"off","@typescript-eslint/no-non-null-assertion":"off","@typescript-eslint/no-unused-vars":"off","no-console":process.env.NODE_ENV==="production"?"warn":"off","no-debugger":process.env.NODE_ENV==="production"?"warn":"off","no-undef":"off","no-unused-vars":"off","vue/multi-word-component-names":"off","vue/no-dupe-keys":"off"}};export{e as default};
"use strict";module.exports={env:{browser:!0,es2021:!0,node:!0,"vue/setup-compiler-macros":!0},extends:["plugin:vue/vue3-recommended","eslint:recommended","@vue/eslint-config-typescript","@vue/eslint-config-prettier/skip-formatting"],parserOptions:{ecmaVersion:"latest",sourceType:"module"},rules:{"@typescript-eslint/ban-ts-comment":"off","@typescript-eslint/no-non-null-assertion":"off","@typescript-eslint/no-unused-vars":"off","no-console":process.env.NODE_ENV==="production"?"warn":"off","no-debugger":process.env.NODE_ENV==="production"?"warn":"off","no-undef":"off","no-unused-vars":"off","vue/multi-word-component-names":"off","vue/no-dupe-keys":"off"}};
{
"name": "@happytiptoe/eslint-config",
"version": "0.0.1",
"type": "module",
"version": "0.0.2",
"description": "Custom, opinionated ESLint Configuration",

@@ -9,11 +8,3 @@ "license": "MIT",

"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [

@@ -20,0 +11,0 @@ "dist"

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