New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unleash-server

Package Overview
Dependencies
Maintainers
4
Versions
874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash-server - npm Package Versions

1
84858788

3.0.0-alpha.1

Diff
sveisvei
published 3.0.0-alpha.1 •

Changelog

Source

3.0.0-alpha.1

  • upgrade unleash-frontend to 3.0.0-alpha.1
  • moved api endpoints to /api/admin/_ and /api/client/_
  • refactored all routes to use a standalone router per file
  • removed v.1 legacy data support
  • removed v.1 legacy /features endpoint
  • added prettier and upgraded eslint
sveisvei
published 2.2.0 •

Changelog

Source

2.2.0

  • Expose hooks in main export #223
ivarconr
published 2.1.7 •

Changelog

Source

2.1.7

  • Bump unleash-frontend to 2.2.6
ivarconr
published 2.1.6 •

Changelog

Source

2.1.6

  • Added strategies validation when updating feature toggle
  • Allow node newer than 6 to run the app
ivarconr
published 2.1.5 •
ivarconr
published 2.1.4 •

Changelog

Source

2.1.4

  • Bump unleash-fronted to 2.2.4
ivarconr
published 2.1.3 •

Changelog

Source

2.1.3

  • Bugfix for db: timestamps should be with time zone.
  • Bump unleash-fronted to 2.2.3
ivarconr
published 2.1.2 •

Changelog

Source

2.1.2

  • Bugfix for migration: avoid multiple calls on same callback.
ivarconr
published 2.1.1 •
ivarconr
published 2.1.0 •

Changelog

Source

2.1.0

  • Provide a set of pre-defined activation strategies. These will automatically be defined by the migrator as long as they don't exist already.
    • applicationHostname
    • gradualRolloutRandom
    • gradualRolloutSessionId
    • gradualRolloutUserId
    • remoteAddress
    • userWithId