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

redux-flute

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-flute - npm Package Versions

23

0.5.1

Diff

kyleramirez
published 0.5.0 •

Changelog

Source

0.5.0

Removed an unnecessary action dispatch every time an attribute changed.

kyleramirez
published 0.4.9 •

Changelog

Source

0.4.9

Better route interpolation: Added the ability for query object to assist in route generation. Passing in string or object as query will override existing properties in the record.

/* (Index route) /units/:unit_id/leads */
Lead.all({ unit_id: 123 }) /* /units/123/leads */
Lead.all({ unit_id: 123, foo: "bar" }) /* /units/123/leads?foo=bar */
Lead.all("?unit_id=123") /* /units/123/leads */
Lead.all("?unit_id=123&foo=bar") /* /units/123/leads?foo=bar */
kyleramirez
published 0.4.8 •

Changelog

Source

0.4.8

Better diffing of Arrays and Objects

kyleramirez
published 0.4.7 •

Changelog

Source

0.4.7

Added more methods for Sugar.js

kyleramirez
published 0.4.6 •

Changelog

Source

0.4.6

Fixed a bug that would always add updated members to the end of a collection, instead of updating them in the correct order.

kyleramirez
published 0.4.5 •

Changelog

Source

0.4.5

Fixed a bug that would not generate the correct route for an index if INDEX was not specified on singleton-type models.

kyleramirez
published 0.4.4 •

Changelog

Source

0.4.4

Fixed a bug that would resolve destroyed models instantly. Added the ability to define an INDEX route override and permissable as part of Model-level routes configuration.

kyleramirez
published 0.4.3 •

Changelog

Source

0.4.3

Added more info on @FLUTE_REQUEST_INFO_* events like 404 status and body.

kyleramirez
published 0.4.2 •

Changelog

Source

0.4.2

Fixed a bug that would prevent returning new records called with .create(), no attributes.

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