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

@ngneers/easy-ngrx-distinct-selector

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneers/easy-ngrx-distinct-selector - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

cjs/index.d.ts

51

package.json
{
"name": "@ngneers/easy-ngrx-distinct-selector",
"version": "0.1.1",
"version": "0.1.2",
"description": "Provides functions to easily create @ngrx/store selectors with equal functions for arguments and result values.",

@@ -14,8 +14,7 @@ "repository": "https://github.com/MaSch0212/easy-ngrx-distinct-selector.git",

".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
"import": "./esm/index.js",
"require": "./cjs/index.js"
}
},
"main": "./dist/cjs/index.js",
"prettier": "@ngneers/prettier-config",
"main": "./cjs/index.js",
"keywords": [

@@ -31,43 +30,5 @@ "@ngrx",

"peerDependencies": {
"@ngrx/store": "^17.0.0"
},
"devDependencies": {
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/compiler-cli": "^17.0.3",
"@angular/common": "^17.0.3",
"@angular/platform-browser": "^17.0.3",
"@angular-devkit/build-angular": "^17.0.1",
"@ngneers/eslint-config": "^1.0.0",
"@ngneers/jest-config": "^1.0.0",
"@ngneers/jest-config-angular": "^1.0.0",
"@ngneers/prettier-config": "^1.0.0",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-unused-imports": "^3.0.0",
"immer": "^10.0.3",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-preset-angular": "13.1.4",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"scripts": {
"lint": "pnpm eslint ./src/** ./tools/**",
"test": "jest",
"prebuild": "pnpm rimraf dist",
"build": "pnpm prebuild && pnpm build-esm && pnpm build-cjs",
"build-base": "tsc -p ./tsconfig.lib.json",
"build-esm": "pnpm build-base --outDir dist/esm",
"build-cjs": "pnpm build-base --outDir dist/cjs --module commonjs && pnpm fix-cjs",
"fix-cjs": "node --loader ts-node/esm ./tools/fix-cjs.ts"
"@ngrx/effects": "17 || 18",
"@ngrx/store": "17 || 18"
}
}

@@ -0,0 +0,0 @@ [![npm](https://img.shields.io/npm/v/@ngneers/easy-ngrx-distinct-selector?color=%2300d26a&style=for-the-badge)](https://www.npmjs.com/package/@ngneers/easy-ngrx-distinct-selector)

Sorry, the diff of this file is not supported yet

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