Socket
Socket
Sign inDemoInstall

autobind-decorator

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.4.0

Diff

Changelog

Source

2.4.0 (2018-11-30)

Features

  • pgk: use es for modern js, change module field for es5 + esmodule (771f71b)

<a name="2.3.1"></a>

stevemao
published 2.3.1 •

Changelog

Source

2.3.1 (2018-11-17)

<a name="2.3.0"></a>

stevemao
published 2.3.0 •

Changelog

Source

2.3.0 (2018-11-17)

Features

  • env: define envs that we support (3d9563f)

<a name="2.2.1"></a>

stevemao
published 2.2.1 •

Changelog

Source

2.2.1 (2018-11-03)

Bug Fixes

  • typescript: definition for exported new methods (#71) (0cc3477)

<a name="2.2.0"></a>

stevemao
published 2.2.0 •

Changelog

Source

2.2.0 (2018-11-02)

Features

  • module: export boundMethod and boundClass as modules (9edeabf)

<a name="2.1.0"></a>

stevemao
published 2.1.0 •

Changelog

Source

2.1.0 (2017-07-01)

Bug Fixes

  • core: allow user set new value (98968ee)
stevemao
published 2.0.0 •

Changelog

Source

2.0.0

Use babel 6 to compile source.

If you use autobind-decorator 2.x in CommonJS environment, don’t forget to add .default to your import:

- const autobind = require('autobind-decorator')
+ const autobind = require('autobind-decorator').default

If you used ES modules, you’re already all good:

import autobind from 'autobind-decorator' // no changes here 😀
stevemao
published 1.4.3 •

stevemao
published 1.4.2 •

stevemao
published 1.4.1 •

2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc