📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

eslint-config-universe

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-universe - npm Package Compare versions

Comparing version

to
1.0.2

@@ -13,8 +13,13 @@ module.exports = {

cancelIdleCallback: false,
clearInterval: false,
clearTimeout: false,
fetch: false,
navigator: false,
process: false,
requestAnimationFrame: false,
requestIdleCallback: false,
setInterval: true,
setTimeout: true,
window: false,
},
};
{
"name": "eslint-config-universe",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared ESLint configs for Node, Web, React Native, and Expo projects",

@@ -14,7 +14,3 @@ "main": "default.js",

},
"keywords": [
"eslint-config",
"expo",
"react-native"
],
"keywords": ["eslint-config", "expo", "react-native"],
"files": [

@@ -29,5 +25,3 @@ "README.md",

"jest": {
"testMatch": [
"**/__tests__/*-test.js"
]
"testMatch": ["**/__tests__/*-test.js"]
},

@@ -34,0 +28,0 @@ "author": "Expo",