Socket
Socket
Sign inDemoInstall

abo-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    abo-utils

JS utils and polyfills.


Version published
Weekly downloads
182
increased by2.82%
Maintainers
1
Install size
60.5 kB
Created
Weekly downloads
 

Changelog

Source

[0.3.4] - 2021-08-21

Added

  • center parameter in Geom.rotatePoint()

Fixed

  • Edge cases in Geom.angleBetween()

Readme

Source

abo-utils

JS utils and polyfills.

Getting Started

Installing
  • For the pros:

    • npm install abo-utils --save
    • import ABOUtils from 'abo-utils';
  • For the rest of us:

<script src="https://unpkg.com/abo-utils"></script>
Usage
<script>

    ABOUtils.DOM.createElement('h2#test.bada.bing', document.body).textContent = 'Hello world!';

</script>

License

The MIT license - see the LICENSE.md file for details.

FAQs

Last updated on 21 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc