Socket
Socket
Sign inDemoInstall

@misk/prettier

Package Overview
Dependencies
Maintainers
5
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@misk/prettier - npm Package Versions

1
34

0.1.23-4

Diff

Changelog

Source

0.1.23-4

4 Nov 2019 14:23:00 GMT

@misk/cli

  • Update Misk Admin Dashboard multibindings generated in CLI misk command
adrw
published 0.1.23-3 •

Changelog

Source

0.1.23-3

29 Oct 2019 19:58:00 GMT

@misk/test

  • Add max workers to Jest configuration to prevent CircleCI out of memory errors
adrw
published 0.1.23-2 •

Changelog

Source

0.1.23-2

16 Oct 2019 14:40:00 GMT

@misk/simpleredux

  • Plumb out failureSaga option for similar purpose to mergeSaga except for in failure cases
  • For example, a failureSaga could be added to a simpleHttpPost call that on call failure, issues a network request retry or other action
adrw
published 0.1.23-1 •

Changelog

Source

0.1.23-1

15 Oct 2019 17:24:00 GMT

@misk/core

  • Update DashboardMetadataAction path to /api/dashboard/{dashboardId}/metadata
adrw
published 0.1.23-0 •

Changelog

Source

0.1.23-0

15 Oct 2019 17:24:00 GMT

@misk/core

  • Update MiskContainer to support Misk API changes to DashboardMetadataAction and ServiceMetadataAction
adrw
published 0.1.22 •

Changelog

Source

0.1.22

1 Oct 2019 15:24:00 GMT

@misk/simpleredux

Fix bug in handler parsing of options.overrideArgs.

adrw
published 0.1.21 •

Changelog

Source

0.1.21

1 Oct 2019 15:24:00 GMT

@misk/simpleredux

Update handler functions to accept overrideArgs in the options object, instead of as a seperate function parameter. This specifically improves the usage for onClick functions as outlined below where empty options object no longer need to be used to reach the overrideArgs parameter.

// Old
<Button onClick={handler.simpleMergeData(props, "my-tag", {}, data)}/>

// New
<Button onClick={handler.simpleMergeData(props, "my-tag", { overrideArgs: data })}/>
adrw
published 0.1.20 •

Changelog

Source

0.1.20

25 Sept 2019 16:24:00 GMT

Stable release including all the changes of 0.1.20-* alpha releases.

adrw
published 0.1.20-4 •

Changelog

Source

0.1.20-4

25 Sept 2019 15:24:00 GMT

@misk/simpleredux

  • Fix more bugs found using mergeSagaMapKeysToTags in different use cases.
adrw
published 0.1.20-3 •

Changelog

Source

0.1.20-3

25 Sept 2019 14:24:00 GMT

@misk/simpleredux

  • New dedicated mergeSaga file for all library provided generic mergeSaga that can optionally be used in dispatchSimpleRedux calls to add post call asynchronous functionality
  • Rename mapMergeSaga to mergeSagaMapKeysToTags and move to separate mergeSaga file
  • Add documentation and stub out test for mergeSagaMapKeysToTags
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