jotai-apollo
Advanced tools
117
package.json
{ | ||
"name": "jotai-apollo", | ||
"version": "0.0.0" | ||
"version": "0.0.1", | ||
"license": "MIT", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.mjs", | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"test": "jest --setupFiles ./tests/setup.ts", | ||
"test:ci": "tsc --noEmit && jest --setupFiles ./tests/setup.ts", | ||
"test:dev": "jest --setupFiles ./tests/setup.ts --watch --no-coverage", | ||
"test:coverage:watch": "jest --setupFiles ./tests/setup.ts --watch", | ||
"prepare": "husky install" | ||
}, | ||
"files": [ | ||
"**" | ||
], | ||
"peerDependencies": { | ||
"@apollo/client": "*", | ||
"graphql": "*", | ||
"jotai": "*" | ||
}, | ||
"peerDependenciesMeta": { | ||
"jotai": { | ||
"optional": false | ||
}, | ||
"@apollo/client": { | ||
"optional": false | ||
}, | ||
"graphql": { | ||
"optional": false | ||
} | ||
}, | ||
"devDependencies": { | ||
"@apollo/client": "^3.5.5", | ||
"@swc/core": "^1.2.114", | ||
"@swc/jest": "^0.2.11", | ||
"@testing-library/react": "^12.1.2", | ||
"@types/jest": "^27.0.3", | ||
"@types/react": "^17.0.37", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/zen-observable": "^0.8.3", | ||
"cross-fetch": "^3.1.4", | ||
"graphql": "^16.0.1", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.2", | ||
"jotai": "^1.4.6", | ||
"lint-staged": "^12.1.2", | ||
"prettier": "^2.5.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"tsup": "^5.10.0", | ||
"typescript": "^4.5.2", | ||
"zen-observable": "^0.8.15" | ||
}, | ||
"jest": { | ||
"rootDir": ".", | ||
"testEnvironment": "jsdom", | ||
"moduleNameMapper": { | ||
"^jotai-apollo$": "<rootDir>/src/index.ts" | ||
}, | ||
"modulePathIgnorePatterns": [ | ||
"dist" | ||
], | ||
"testRegex": "test.(js|ts|tsx)$", | ||
"coverageDirectory": "./coverage/", | ||
"collectCoverage": true, | ||
"coverageReporters": [ | ||
"json", | ||
"html", | ||
"text", | ||
"text-summary" | ||
], | ||
"collectCoverageFrom": [ | ||
"src/**/*.{js,ts,tsx}", | ||
"tests/**/*.{js,ts,tsx}" | ||
], | ||
"transform": { | ||
"^.+\\.(t|j)sx?$": [ | ||
"@swc/jest", | ||
{ | ||
"sourceMaps": true, | ||
"jsc": { | ||
"parser": { | ||
"syntax": "typescript", | ||
"tsx": true, | ||
"dynamicImport": true | ||
}, | ||
"target": "es2021" | ||
}, | ||
"module": { | ||
"type": "commonjs" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"trailingComma": "es5", | ||
"singleQuote": true, | ||
"bracketSameLine": true, | ||
"tabWidth": 2, | ||
"printWidth": 80 | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,tsx,md}": [ | ||
"prettier --write" | ||
] | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
1103144
2162927.45%293
29200%0
-100%1922
Infinity%1
-50%118
Infinity%3
Infinity%20
Infinity%3
200%