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

alt

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alt - npm Package Versions

1
7

0.15.5

Diff

Changelog

Source

0.15.5

Added

  • setState has been batched, it emits a change event if there were changes. commit
  • Util for having atomic transactions in stores. commit
  • AltNativeContainer for react-native. commit
  • Add shouldComponentUpdate to AltContainer. commit
  • Centralized error handling inside stores. commit
  • Creating single actions. commit
  • You can now inject actions into your child React components using AltContainer. commit
  • FinalStore now contains the payload as state. commit
goatslacker
published 0.15.4 •

Changelog

Source

0.15.4

Added

  • Chrome debugging exporter for devtool. commit
goatslacker
published 0.15.3 •

Changelog

Source

0.15.3

Added

  • Define your actions as POJO. commit
  • Use generateActions with alt instances. commit
goatslacker
published 0.15.2 •

Changelog

Source

0.15.2

Added/### Fixed

  • AltContainer can now receive new props and it'll change. commit
goatslacker
published 0.15.1 •

Changelog

Source

0.15.1

Fixed

  • A bug with AltContainer where it was using ES6 syntax. commit
goatslacker
published 0.15.0 •

Changelog

Source

0.15.0

Added

  • AltContainer which is a react container component that facilitates listening to stores and managing data. commit
  • beforeEach and afterEach hooks in stores for extending. commit
  • Allow custom dispatcher to be specified. commit
  • Adds serialize/loadEvents to the DispatcherRecorder. You can now transfer events between different alt instances and machines. commit
  • You can now get a list of a store's bound listeners with boundListeners. commit
  • Testing has been made even easier with access to the original store class with StoreModel. commit
  • takeSnapshot now allows you to take a snapshot of a single store. commit
  • rollback, flush, and recycle now emit change events. commit, commit
  • Adds AltManagerUtil which lets you manage multiple instances of alt. commit

Fixed

  • Fixes build on Windows. commit
  • If a non-store is passed to bootstrap it no longer crashes. commit
  • Added the snapshot method back in. commit
goatslacker
published 0.14.5 •

Changelog

Source

0.14.5

Fixed

  • Added react-native support. commit
goatslacker
published 0.14.4 •

Changelog

Source

0.14.4

Added

  • Create stores with a POJO. commit
  • Add serialize/deserialize lifecycle listener methods. commit
  • Add isomorphic rendering util. commit
  • emitChange method lets you emit directly from within a store without having to getInstance first. commit

Dev ### Dependencies

  • Update babel to 4.7.13. commit
  • Update eslint to 0.17.1 and remove babel-eslint. commit.
goatslacker
published 0.14.3 •

Changelog

Source

0.14.3

Added

  • exportPublicMethods can be used within a store to export public getter methods from the store. commit

Fixed

  • Future spec compliant change of making the derived store class call super before setting this. commit
goatslacker
published 0.14.2 •

Changelog

Source

0.14.2

Added

  • Browser builds for bower. commit

Changed

  • The store name generator is now more robust. commit
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