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

reactive-replica

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-replica - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

dist/index.js

@@ -171,3 +171,3 @@ 'use strict';

}
});
}, path);
return result;

@@ -174,0 +174,0 @@ }

@@ -151,13 +151,16 @@

let result = new Rx.ReplaySubject( 1 )
this.listen( {
create : true,
change : function( after, before )
this.listen(
{
result.next( after )
create : true,
change : function( after, before )
{
result.next( after )
},
remove : function()
{
result.next( undefined )
}
},
remove : function()
{
result.next( undefined )
}
} )
path
)
return result

@@ -164,0 +167,0 @@ }

{
"name": "reactive-replica",
"version": "1.1.3",
"version": "1.1.4",
"description": "Helps structure logic around model changes, i.e. utilize reactive style.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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