Socket
Socket
Sign inDemoInstall

reactivity

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactivity - npm Package Compare versions

Comparing version 1.3.4 to 1.4.0

lib/cell.js

8

lib/index.js
// Generated by CoffeeScript 1.6.3
(function() {
var GLOBAL, build, conditional_build, core, util, version, _poll, _subscribe;
var GLOBAL, build, conditional_build, core, util, version, _cell, _poll, _subscribe;

@@ -15,2 +15,4 @@ core = require('./core');

_cell = require('./cell');
/*

@@ -25,6 +27,7 @@ Main entry point to the reactivity framework.

build = function() {
var active, main, notifier, poll, run, subscribe, _c, _ref;
var active, cell, main, notifier, poll, run, subscribe, _c, _ref;
_ref = _c = core(), notifier = _ref.notifier, active = _ref.active, run = _ref.run;
subscribe = _subscribe(_c);
poll = _poll(_c);
cell = _cell(_c);
main = function(x, y) {

@@ -51,2 +54,3 @@ switch (typeof x + ' ' + typeof y) {

main.poll = poll;
main.cell = cell;
main.version = version;

@@ -53,0 +57,0 @@ return main;

{
"name": "reactivity",
"version": "1.3.4",
"version": "1.4.0",
"description": "Native Reactivity for Javascript",

@@ -5,0 +5,0 @@ "author": "Aldo Bucchi <aldo.bucchi@gmail.com>",

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