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

reflux-core

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflux-core - npm Package Versions

1.0.0

Diff

Changelog

Source

v1.0.0

  • Breaking change: actions are now sync by default unless they involve child actions.
  • Child actions can now have complex definitions instead of only string action names.

Check for latest changes on the milestones page.

bryangrezeszak
published 0.4.3 •

Changelog

Source

v0.4.3

  • Ignore the babelrc file when publishing to npm.
bryangrezeszak
published 0.4.2 •

Changelog

Source

v0.4.2

  • Allows both var Reflux = require('reflux-core') and import Reflux from 'reflux-core' style importing even though they return different results.
bryangrezeszak
published 0.4.1 •

Changelog

Source

v0.4.1

  • Fixes exporting differences that grew between v0.3.0 and v0.4.0 and prevent refluxjs from actually using reflux-core.
bryangrezeszak
published 0.4.0 •

Changelog

Source

v0.4.0

  • In order for Keep.js to actually store actions/stores you must call Reflux.__keep.useKeep() - [deprecated in favor of v0.4.1]
spoike
published 0.3.0 •

Changelog

Source

v0.3.0

Breaking changes!

spoike
published 0.2.1 •

Changelog

Source

v0.2.1

spoike
published 0.2.0 •

Changelog

Source

v0.2.0

  • Extend Reflux.createActions to accept a mixed array of strings and definition objects. See reflux/refluxjs#391.

  • Version number for reflux-core is exposed in Reflux.version object. May also contain version numbers for extensions and add-ons.

  • Implemented hook for add-ons and extensions, Reflux.use(). See #2, reflux/refluxjs#380.

  • Extracted from refluxjs v0.2.11. See reflux/refluxjs#380, reflux/refluxjs#107.

spoike
published 0.2.0-rc •

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