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

chainjs

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

chainjs - npm Package Versions

1

0.1.2

Diff

Changelog

Source

Version 0.1.2 - 2014/12/3

  • [Feature] add retry() api
  • [Bug] pass arguments to final step when chain.next and has no next step.
switer
published 0.1.1 •

Changelog

Source

Version 0.1.1 - 2014/12/2

  • [Feature] start() can pass data to initial step.
  • [Bug] fixed "data" method bug
  • [Bug] destroy() stop anything and release private data in chain's scope.
  • [Testing] BDD testing
switer
published 0.1.0-1 •

switer
published 0.1.0 •

Changelog

Source

Version 0.1.0 - 2014/11/17

  • [APIs]: remove "filter", "before", "sham" methods, and use "destroy" instead of "stop"
  • [Feature]: Chain refactor using Class Constructor for less memory usage. The code is more clear.
  • [Feature]: Add "some" method, support define multiple Parallel functions in one step
  • [Feature]: Add "wait" method, use for replacing setTimeout call chain.next()
switer
published 0.0.3-2 •

Changelog

Source

Version 0.0.3-2 - 2014/1/17

  • [Fix bug]: data() api using extend to export chain data instead of return private data variable
switer
published 0.0.3-1 •

switer
published 0.0.3 •

Changelog

Source

Version 0.0.3 - 2014/1/1

  • [Feature]: Add Chain.sham api, for calling chain step-handler normally
switer
published 0.0.2 •

Changelog

Source

Version 0.0.2 - 2013/12/27

  • [Feature]: add filter() api
  • [Feature]: addstop() api
switer
published 0.0.1 •

Changelog

Source

Version 0.0.1 - 2013/12/25

  • [Normal]: Pop step handler use cursor index instead of handlers.shift
  • [Feature]: Implement AOP: before() api
switer
published 0.0.0 •

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