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

@rx-signals/angular-provider

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rx-signals/angular-provider - npm Package Compare versions

Comparing version 3.0.0-rc8 to 3.0.0-rc9

esm2020/lib/pipes/get-key.pipe.mjs

2

lib/pipes/pick.pipe.d.ts

@@ -7,2 +7,4 @@ import { PipeTransform } from '@angular/core';

* E.g., if `T = number | { a: string | { b: boolean } }`, you can use `value | pick:'a' | pick:'b'` to get `boolean | undefined`.
* If your IDE complains about "Type argument cannot be inferred from usage", when using the pick-pipe, then fall back to
* usage of toGetter-pipe and getKey-Pipe
*/

@@ -9,0 +11,0 @@ export declare class PickPipe implements PipeTransform {

4

package.json
{
"name": "@rx-signals/angular-provider",
"version": "3.0.0-rc8",
"version": "3.0.0-rc9",
"description": "Angular provider for @rx-signals/store",

@@ -29,3 +29,3 @@ "author": "Gerd Neudert",

"@angular/core": ">=14.0.0",
"@rx-signals/store": ">=3.0.0-rc35"
"@rx-signals/store": ">=3.0.0-rc36"
},

@@ -32,0 +32,0 @@ "dependencies": {

export * from './lib/rx-signals-store.module';
export * from './lib/pipes/rxs-no-value-to-undefined.pipe';
export * from './lib/pipes/pick.pipe';
export * from './lib/pipes/to-getter.pipe';
export * from './lib/pipes/get-key.pipe';
export * from './lib/directives/rxs-validation.directive';
//# sourceMappingURL=public-api.d.ts.map

@@ -7,3 +7,3 @@ # @rx-signals/angular-provider

**`npm install --save @rx-signals/angular-provider@3.0.0-rc8`**
**`npm install --save @rx-signals/angular-provider@3.0.0-rc9`**

@@ -10,0 +10,0 @@ If you have not yet installed the _rx-signals_ store, please see [@rx-signals/store](https://github.com/gneu77/rx-signals#installation) documentation on how to install the latest 3.x version of that peer-dependency.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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