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

@lskjs/autobind

Package Overview
Dependencies
Maintainers
9
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/autobind - npm Package Compare versions

Comparing version 2.2.0-beta.13 to 2.2.0-beta.22

LICENSE

1

index.js

@@ -16,3 +16,2 @@ "use strict";

var _autobindDecorator = _interopRequireDefault(require("autobind-decorator"));
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OztBQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgZGVmYXVsdCB9IGZyb20gJ2F1dG9iaW5kLWRlY29yYXRvcic7XG4iXX0=
//# sourceMappingURL=index.js.map
{
"name": "@lskjs/autobind",
"version": "2.2.0-beta.13",
"version": "2.2.0-beta.22",
"description": "LSK ux subrepo: autobind",
"keywords": [],
"repository": "https://github.com/lskjs/ux/tree/master/packages/autobind",
"license": "MIT",
"author": "Igor Suvorov <hi@isuvorov.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/lskjs/ux/tree/master/packages/autobind",
"keywords": [],
"scripts": {
"start": "../../scripts/package-start.sh",
"dev": "npm run watch",
"dev:server": "../../scripts/package-dev-server.sh",
"dev:cra": "../../scripts/package-dev-cra.sh",
"dev:cra-and-server": "../../scripts/package-dev-cra-and-server.sh",
"postversion": "npm run release",
"lint:js": "../../scripts/package-lint-js.sh",
"bootstrap": "../../scripts/package-bootstrap.sh",
"bootstrap:nodemodules": "../../scripts/package-bootstrap-nodemodules.sh",
"update": "../../scripts/package-update.sh",
"build": "../../scripts/package-build.sh",
"watch": "../../scripts/package-watch.sh",
"link": "../../scripts/package-link.sh",
"link:me": "../../scripts/package-link-me.sh",
"link:all": "../../scripts/package-link-all.sh",
"bump": "../../scripts/package-bump.sh",
"release": "../../scripts/package-release.sh",
"release:docs": "../../scripts/package-release-docs.sh",
"storybook": "../../scripts/package-storybook.sh",
"styleguide": "../../scripts/package-styleguide.sh",
"i18": "../../scripts/package-i18.sh",
"clear": "../../scripts/package-clear.sh"
"bootstrap": "lsk run bootstrap",
"build": "lsk run build",
"dev": "lsk run dev",
"i18": "lsk run i18",
"release": "lsk run release",
"start": "lsk run start",
"storybook": "lsk run storybook",
"test": "lsk run test",
"watch": "lsk run watch"
},
"dependencies": {
"autobind-decorator": "2.4.0"
},
"publishConfig": {
"access": "public"
}
}

@@ -1,1 +0,80 @@

# LSK ux subrepo: autobind
# LSK.js – autobind
> @lskjs/autobind – LSK ux subrepo: autobind
[![LSK logo](https://badgen.net/badge/icon/MADE%20BY%20LSK?icon=zeit\&label\&color=red\&labelColor=red)](https://github.com/lskjs)
[![NPM version](https://badgen.net/npm/v/@lskjs/autobind)](https://www.npmjs.com/package/@lskjs/autobind)
[![NPM downloads](https://badgen.net/npm/dt/@lskjs/autobind)](https://www.npmjs.com/package/@lskjs/autobind)
[![NPM Dependency count](https://badgen.net/bundlephobia/dependency-count/@lskjs/autobind)](https://bundlephobia.com/result?p=@lskjs/autobind)
[![Have TypeScript types](https://badgen.net/npm/types/@lskjs/autobind)](https://www.npmjs.com/package/@lskjs/autobind)
[![Have tree shaking](https://badgen.net/bundlephobia/tree-shaking/@lskjs/autobind)](https://bundlephobia.com/result?p=@lskjs/autobind)
[![NPM Package size](https://badgen.net/bundlephobia/minzip/@lskjs/autobind)](https://bundlephobia.com/result?p=@lskjs/autobind)
[![Package size](https://badgen.net//github/license/lskjs/lskjs)](https://github.com/lskjs/lskjs/blob/master/LICENSE)
[![Ask us in Telegram](https://img.shields.io/badge/Ask%20us%20in-Telegram-brightblue.svg)](https://t.me/lskjschat)
<!-- template file="scripts/templates/preview.md" start -->
<!-- template end -->
***
<!-- # 📒 Table of contents -->
# Table of contents
* [⌨️ Install](#️-install)
* [📖 License](#-license)
* [👥 Contributors](#-contributors)
* [👏 Contributing](#-contributing)
* [📮 Any questions? Always welcome :)](#-any-questions-always-welcome-)
# ⌨️ Install
```sh
# yarn
yarn i @lskjs/autobind
# npm
npm i @lskjs/autobind
```
asd
Старенький пакет, своя имплементация автобинд
zxczxc
# 📖 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
# 👥 Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://isuvorov.com"><img src="https://avatars2.githubusercontent.com/u/1056977?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Igor Suvorov</b></sub></a><br /><a href="lskjs/lskjs///commits?author=isuvorov" title="Code">💻</a> <a href="#design-isuvorov" title="Design">🎨</a> <a href="#ideas-isuvorov" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
# 👏 Contributing
1. Fork it (<https://github.com/yourname/yourproject/fork>)
2. Create your feature branch (`git checkout -b features/fooBar`)
3. Commit your changes (`git commit -am 'feat(image): Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
# 📮 Any questions? Always welcome :)
* [Email](mailto:hi@isuvorov.com)
* [LSK.news – Telegram channel](https://t.me/lskjs)
* [Спроси нас в телеграме ;)](https://t.me/lskjschat)
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