Socket
Socket
Sign inDemoInstall

@rx-signals/store

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rx-signals/store - npm Package Compare versions

Comparing version 3.0.0-rc40 to 3.0.0-rc41

1

dist/cjs/index.js

@@ -29,2 +29,3 @@ "use strict";

__exportStar(require("./validated-input-with-result-signals-factory"), exports);
__exportStar(require("./void-effect-signals-factory"), exports);
//# sourceMappingURL=index.js.map

@@ -10,1 +10,2 @@ export * from './effect-signals-factory';

export * from './validated-input-with-result-signals-factory';
export * from './void-effect-signals-factory';

@@ -10,2 +10,3 @@ export * from './effect-signals-factory';

export * from './validated-input-with-result-signals-factory';
export * from './void-effect-signals-factory';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@rx-signals/store",
"version": "3.0.0-rc40",
"version": "3.0.0-rc41",
"description": "Reactive state- and effects-management with behaviors and event streams",

@@ -5,0 +5,0 @@ "author": "Gerd Neudert",

@@ -6,3 +6,3 @@ # _@rx-signals/store_

:warning: This documentation is work in progress for the upcoming 3.0.0 version.
There is however NO good reason to use 2.x over 3.0.0-rc40, so please start with the rc-version (3.0.0 will be the first version I'm going to advertise publicly, so it's more like a 1.0 in reality.).
There is however NO good reason to use 2.x over 3.0.0-rc41, so please start with the rc-version (3.0.0 will be the first version I'm going to advertise publicly, so it's more like a 1.0 in reality.).
2.x is deprecated and will NOT be maintained in any way.

@@ -15,3 +15,3 @@

**`npm install --save @rx-signals/store@3.0.0-rc40`**
**`npm install --save @rx-signals/store@3.0.0-rc41`**

@@ -18,0 +18,0 @@ ## Dependencies

@@ -10,1 +10,2 @@ export * from './effect-signals-factory';

export * from './validated-input-with-result-signals-factory';
export * from './void-effect-signals-factory';

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