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

@rematch/select

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rematch/select - npm Package Compare versions

Comparing version 2.0.5 to 3.0.0-next.1

CHANGELOG.md

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"
}
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