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

lodash-decorators

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-decorators - npm Package Versions

23
7

6.0.1

Diff

Changelog

Source

6.0.1 (2018-12-22)

<a name="6.0.0"></a>

steelsojka
published 6.0.0 •

Changelog

Source

6.0.0 (2018-06-17)

Bug Fixes

  • bindAll: fix constructor not being called with new (4e72d0c)
  • decorators: don't apply instance decorators when accessing from a (17caeb6)

BREAKING CHANGES

  • bindAll: Properties will use the bind decorator to apply getter/setters on the prototype instead of the instance. This could cause issues with consumers currently using the implementain that assigns the bound properties to the instance through the constructor rather than on the prototype. The value on the prototype will now be a getter instead of the original function value.

<a name="5.0.1"></a>

steelsojka
published 5.0.1 •

Changelog

Source

5.0.1 (2018-06-02)

<a name="5.0.0"></a>

steelsojka
published 5.0.0 •

Changelog

Source

5.0.0 (2018-03-17)

Features

  • all: decorators with optional arguments do not require invocation (59a71d7)
  • all: initial work for paramless decorators (5300a2e)

BREAKING CHANGES

  • all: This may cause issue with tools that rely on static analysis of the decorators. Since the deocorators are typed with intersections they must be removed from a static function wrapper.

<a name="4.5.0"></a>

steelsojka
published 4.5.0 •

Changelog

Source

4.5.0 (2017-11-03)

Bug Fixes

  • BindAll: Copy original function name to wrapper (73b8537)
  • factory: use barrel files instead of node module resolution (fda1c73)

Features

  • packages: update tslib dependency to ^1.7.1 as this is the minimum version required for typescript 2.3.3 + (c8985fb)

<a name="4.4.1"></a>

steelsojka
published 4.4.1 •

Changelog

Source

4.4.1 (2017-08-12)

Bug Fixes

  • factory: use barrel files instead of node module resolution (fda1c73)

<a name="4.4.0"></a>

steelsojka
published 4.4.0 •

Changelog

Source

4.4.0 (2017-08-06)

Features

  • add support for Angular 2+ in AOT mode (d0a602d)
  • inline source code in sourceMaps rather than shipping it (8e75951)

<a name="4.3.5"></a>

steelsojka
published 4.3.5 •

Changelog

Source

4.3.5 (2017-06-15)

Bug Fixes

  • BindAll: copy over static properties from base constructor (489aaa4)

<a name="4.3.4"></a>

steelsojka
published 4.3.4 •

Changelog

Source

4.3.4 (2017-05-22)

Bug Fixes

  • sourceMaps: include src folder in build to not break source maps (5f2d875)

<a name="4.3.3"></a>

steelsojka
published 4.3.3 •

Changelog

Source

4.3.3 (2017-05-19)

Bug Fixes

  • bindAll: fix bind all should only apply to methods (4b86629)

<a name="4.3.2"></a>

23
7
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