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

@20i/mrm-preset

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@20i/mrm-preset - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

eslint/index.js

@@ -6,4 +6,4 @@ "use strict";

const packages = {
"@20i/eslint-config": "^1.1.0",
eslint: "^8.3.0",
"@20i/eslint-config": "^1.2.0",
eslint: "^8.4.0",
prettier: "^2.5.0",

@@ -16,4 +16,3 @@ typescript: "^4.5.0",

if (hasReactNative) {
// TODO: add react-native
console.warn("React native not setup yet");
baseExtends = "@20i/eslint-config/react-native";
}

@@ -20,0 +19,0 @@ else if (hasReact) {

@@ -15,2 +15,6 @@ "use strict";

".idea/",
"",
"# environment variables",
".env",
"",
"# yarn berry: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored",

@@ -17,0 +21,0 @@ ".yarn/*",

{
"name": "@20i/mrm-preset",
"version": "1.0.0",
"version": "1.1.0",
"description": "mrm preset to set up eslint, prettier, lint-staged, husky, and typescript",

@@ -35,9 +35,9 @@ "repository": "https://github.com/twentyideas/mrm-preset.git",

"devDependencies": {
"@20i/eslint-config": "^1.1.0",
"eslint": "^8.3.0",
"husky": "^7.0.0",
"lint-staged": "^12.1.0",
"@20i/eslint-config": "^1.2.0",
"eslint": "^8.4.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"mrm": "^3.0.10",
"pinst": "^2.0.0",
"prettier": "^2.5.0",
"pinst": "^2.1.6",
"prettier": "^2.5.1",
"typescript": "^4.5.2"

@@ -44,0 +44,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