Socket
Socket
Sign inDemoInstall

dom7

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom7 - npm Package Versions

123

2.0.1

Diff

Changelog

Source

2.0.1 - Released on October 2, 2017

  • Modular version dom7.modular.js is more modular now and exports every method separately.
nolimits4web
published 2.0.0 •

Changelog

Source

2.0.0 - Released on September 11, 2017

  • Removed XHR (Ajax) functionality
  • Removed $. utilities, including $.parseUrlQuery, $.isArray, $.each, $.unique, $.serializeObject, $.dataset, $.extend
nolimits4web
published 1.7.2 •

Changelog

Source

1.7.2 - Released on September 7, 2017

  • Fixed issue when calling .show() always set display: block not respecting actual display property
nolimits4web
published 1.7.1 •

Changelog

Source

1.7.1 - Released on September 2, 2017

  • Removed $.getTranslate method
  • Improved logic of $.extend method
  • New dom7.modular.js version for custom es imports, e.g. import { $, Methods, Ajax } from 'dom7.modular.js'
nolimits4web
published 1.7.0 •

Changelog

Source

1.7.0 - Released on August 30, 2017

  • New .forEach((element, index)) method
  • New .map((index, element)) method
  • New .toArray() method that converts Dom7 collection to simple array
  • $.supportTouch and $.removeDiacritics helpers removed
  • Fixed issue with detaching live event listener without listener function
nolimits4web
published 1.6.4 •

Changelog

Source

1.6.4 - Released on August 2, 2017

  • Fixed issue with handling events without target (e.g. Cordova "resume" event)
  • Fixed issue with Ajax post method throwing error with "multipart/form-data" content type
nolimits4web
published 1.6.3 •

Changelog

Source

1.6.3 - Released on May 30, 2017

  • Added shortcut methods click blur focus focusin focusout keyup keydown keypress submit change mousedown mousemove mouseup mouseenter mouseleave mouseout mouseover touchstart touchend touchmove resize scroll
nolimits4web
published 1.6.2 •

Changelog

Source

1.6.2 - Released on May 12, 2017

  • Proxified events. Now all events are being added/removed using proxy functions. This allows to pass additional arguments to events handlers and detach all assigned event listener by calling e.g. $$(document).off('someEvent');
nolimits4web
published 1.6.1 •

Changelog

Source

1.6.1 - Released on April 19, 2017

  • New Dom7.extend(obj1, obj2, ...) method
  • Added .animate(props, params) and .stop() animation methods
  • Added ES2015 module build
nolimits4web
published 1.6.0 •

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