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

@cap32/nut

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap32/nut

line numbering textarea

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
increased by57.14%
Maintainers
1
Weekly downloads
 
Created
Source

nut

Numbering textarea

screenshot

Usage

Basic usage

<body>
  <!-- textarea element with class="nut" is required -->
  <textarea class="nut"></textarea>

  <!-- import nut.js at the bottom of body -->
  <script src="https://unpkg.com/@cap32/nut@0.1.0/dist/nut.js"></script>
</body>

I think it could not be easier.

Supported data attributes

<textarea
  class="nut"
  data-nut-width="64px"
  data-nut-padding="8px"
  data-nut-color="#666"
  data-nut-bg-color="#f4f4f4"
></textarea>

Installing via npm

$ npm install @cap32/nut

License

MIT

FAQs

Package last updated on 09 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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