![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@area17/a17-helpers
Advanced tools
This is a test version of a17 js helpers with es module pattern.
Please refer to See the original version for all the necessary information.
It can be used as a npm package or just copy the src
folder and the index.js
into a folder in the project. All the other files in this repo is for testing purpose.
All helpers are imported into index.js and then exported. When using it, it can either be imported as
import helpers from 'a17-helpers'
or cheey pick like this
import { getCurrentMediaQuery, resized } from 'a17-helpers'
You can write test case in test/test.js
file then run:
npm run compile
then
npm run test
0.3.6
manageBehaviors
to not have warning typo...0.3.5
manageBehaviors
to warn when behavior fails to init and not trap JS errors from inside a behavior0.3.4
forEach
to loop querySelectorAll
nodes0.3.3
getOffset
returns a full fixed getBoundingClientRect
output (position with scroll) so includes bottom, right, width and height now0.3.2
resized
checks for and sets window.A17.currentMediaQuery
when media query changes0.3.1
jsdom
an jsdom-global
(https://github.com/rstacruz/jsdom-global) to devDependencies
to test DOM events in Mocha tests..updateParameter()
method to queryStringHandler
helper WikisetFocusOnTarget
helper Wiki (with test)copyTextToClipboard
helper Wiki (no test, not sure how to test..)0.3.0
tuenObjectToQueryString
and turnQueryStringToObject
into queryStringHandler
as .toObject()
and .fromObject()
methodsdebounce
helper Wiki0.2.1
Changed dependencies from a17.helpers
format to module
0.2.0
Add all the helpers from original version
0.1.0
Basic structure and testing function
0.3.6
manageBehaviors
to not have warning typo...FAQs
A js helper package
The npm package @area17/a17-helpers receives a total of 202 weekly downloads. As such, @area17/a17-helpers popularity was classified as not popular.
We found that @area17/a17-helpers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.