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

@area17/a17-helpers

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@area17/a17-helpers - npm Package Versions

1245

2.1.1

Diff

Changelog

Source

2.1.1

  • store.js add better comment on this utility
mrdoinel
published 2.1.0 •

Changelog

Source

2.1.0

  • store.js add new tiny library to help you manage state across your application. Inspired by great libraries like Vuex and Redux and based on Beedle. For more informations, see demo : http://bp7store.dev.area17.com/
13twelve
published 2.0.2 •

Changelog

Source

2.0.2

  • resized helper updated to capture current media query being ""
13twelve
published 2.0.1 •

Changelog

Source

2.0.1

  • updates isBreakpoint breakpoints to use shorthand breakpoint names: 'xs', 'md', 'lg', 'xl', 'xxl' (in line with A17 boilerplate 7.1.0 and A17 Tailwind plugins)
13twelve
published 2.0.0 •

Changelog

Source

2.0.0

  • removes deprecated and useless utilities:
    • forEach gone (just use native forEach)
    • scrollToY (just use native with options)
    • triggerCustomEvent (use native: node.dispatchEvent(new CustomEvent('event:name', { detail: { foo: 'bar' } }));)
  • adds:
    • ios100vhFix - adds a --1vh CSS var to the :root for CSS usage to counter iOS frustrating 100vh change when the browser chrome disappears
    • responsiveImageUpdate - updates image sizes attribute on resized to make Safari recalc which source to use from the srcset
    • manageBehaviors and createBehavior from the boilerplate to create and manage behaviors, this version has the initial data bindings development
  • updates to:
    • setFocusOnTarget
    • resized to sends breakpoint info on resized and sets current media query on load
    • getCurrentMediaQuery reads breakpoint info from a CSS variable --breakpoint
    • focusTrap gets cleaned up
    • ajaxRequest can now send JSON forms
13twelve
published 1.0.3 •

Changelog

Source

1.0.3

  • query string character replacement updated in .fromObject() in queryStringHandler to match fixedEncodeURIComponent at MDN:encodeURIComponent
13twelve
published 1.0.2 •

Changelog

Source

1.0.2

  • resized sends its event to the window and not the document for backwards compatibility
13twelve
published 1.0.1 •

Changelog

Source

1.0.1

  • Deprecated helpers are no longer used inside other helpers. If you're using scrolled you'll need to read event.detail.last and event.detail.prev (and not event.data.xxxx)
13twelve
published 1.0.0 •

Changelog

Source

1.0.0

  • Support is IE11+, Safari 10+, Edge, recent Chrome, recent FF to bring into line with A17 FE Boilerplate (and no longer IE9+, Safari 6+).
  • Deprecation notices on:
    • forEach
    • manageBehaviors
    • triggerCustomEvent
13twelve
published 0.8.4 •

Changelog

Source

0.8.4

  • Added scrolled - a custom event to track requestAnimationFrame limited scroll events
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