@rematch/select
Advanced tools
Comparing version 2.0.5 to 3.0.0-next.1
107
package.json
{ | ||
"name": "@rematch/select", | ||
"version": "2.0.5", | ||
"version": "3.0.0-next.1", | ||
"description": "Selectors plugin for Rematch", | ||
"keywords": [ | ||
"plugin", | ||
"rematch", | ||
"select", | ||
"selectors" | ||
], | ||
"homepage": "https://github.com/rematch/rematch/plugins/select#readme", | ||
"bugs": { | ||
"url": "git+https://github.com/rematch/rematch/issues" | ||
"homepage": "https://rematch.github.io/rematch", | ||
"main": "dist/index.js", | ||
"module": "dist/select.esm.js", | ||
"browser": "dist/select.esm.js", | ||
"unpkg": "dist/select.umd.production.min.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build --format cjs,esm,umd", | ||
"test": "tsdx test", | ||
"lint": "tsdx lint", | ||
"clean": "rimraf dist" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src/typings.d.ts" | ||
"src" | ||
], | ||
"main": "dist/rematch-select.cjs.js", | ||
"module": "dist/rematch-select.esm.js", | ||
"types": "src/typings.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rematch/rematch.git" | ||
"dependencies": { | ||
"reselect": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"build": "NODE_ENV=production npm run clean && rollup -c", | ||
"clean": "npm run clean:dist & npm run clean:build", | ||
"clean:build": "npx rimraf build", | ||
"clean:dist": "npx rimraf dist", | ||
"test": "jest" | ||
}, | ||
"browser": "dist/rematch-select.umd.js", | ||
"devDependencies": { | ||
"@rematch/core": "^1.2.0", | ||
"@types/jest": "^24.0.18", | ||
"jest": "^24.9.0", | ||
"rollup": "^1.21.4", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-uglify": "^6.0.3", | ||
"typescript": "^3.6.3" | ||
"@rematch/core": "^2.0.0-next.1" | ||
}, | ||
"peerDependencies": { | ||
"@rematch/core": ">=1.0" | ||
"@rematch/core": ">=2.0.0-next.0" | ||
}, | ||
"dependencies": { | ||
"reselect": "^4.0.0" | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint" | ||
} | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"globals": { | ||
"NODE_ENV": "test" | ||
}, | ||
"collectCoverage": true, | ||
"coverageDirectory": "coverage/", | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 50, | ||
"functions": 50, | ||
"lines": 50, | ||
"statements": 50 | ||
} | ||
}, | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/examples/" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"/examples/" | ||
], | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js" | ||
] | ||
}, | ||
"authors": [ | ||
@@ -85,3 +44,15 @@ "Sam Richard <sam.richard@gmail.com> (https://github.com/d3dc)", | ||
"Tom Aranda <tga@arandacybersolutions.com> (https://github.com/taranda)" | ||
] | ||
], | ||
"keywords": [ | ||
"plugin", | ||
"rematch", | ||
"select", | ||
"selectors" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rematch/rematch.git" | ||
}, | ||
"gitHead": "1e3f4c96b7271edea9151a9d524dddfbb1591484" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
68764
1
20
652
2
3
3
2