Socket
Socket
Sign inDemoInstall

cash-dom

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cash-dom - npm Package Versions

1
6

4.1.1

Diff

Changelog

Source

v4.1.1 (2019-05-13)

  • Raising bundle size limit to 5.5kB
  • Test: replaced iOS 9.3 with iOS 11.0
  • Test: using setAttribute instead of the dataset API
  • Migration guide: mentioning the :scope CSS pseudo-class
  • Migration guide: mentioning inserting plain text
  • TypeScript: typing events more loosely
  • TypeScript: typing collection elements more loosely
fabiospampinato
published 4.1.0 •

Changelog

Source

v4.1.0 (2019-05-12)

  • Added $.isWindow
  • Made the TypeScript type system stricter
  • $.guid: ensuring it's properly exported
  • $.fn.siblings: ensuring it supports multi-element collections
  • $.fn.empty: ensuring it supports multi-element collections
  • $.fn.attr: doing nothing when the value equals undefined
fabiospampinato
published 4.0.0 •

Changelog

Source

v4.0.0 (2019-05-08)

  • Removed $.fn.removeData
  • Removed $.hasData
  • $.fn.data: removed caching mechanism
  • $.fn.data: added a missing TypeScript method overload
fabiospampinato
published 3.2.0 •

Changelog

Source

v3.2.0 (2019-04-30)

  • Readme: updated sizes
  • $.fn.off: added support for removing delegated handlers
fabiospampinato
published 3.1.0 •

Changelog

Source

v3.1.0 (2019-03-22)

  • Improved support for running selectors inside documents
  • Ensuring Cash collections are iterable
  • Added an extra reference implementation for shorthand event methods
  • Added an extra reference implementation for $.getScript
  • Readme: mentioning the extra methods
fabiospampinato
published 3.0.0 •

Changelog

Source

v3.0.0 (2019-03-17)

  • Library rewritten in TypeScript
  • Bundle TypeScript typings (no need for @types/cash, which is now obsolete)
  • Added a changelog
  • Migration guide: mention the zoom property
  • Readme: improved description of the optional context argument
  • Ensure valid TypeScript types are generated
  • Ensure build files are updated when bumping the version
fabiospampinato
published 3.0.0-beta.3 •

Changelog

Source

v3.0.0-beta.3 (2018-12-06)

  • Fixed export on the ESM build
fabiospampinato
published 3.0.0-beta.2 •

Changelog

Source

v3.0.0-beta.2 (2018-11-21)

  • Renamed some "private" variables
  • Travis: avoiding caching node_modules
  • Test: improved tests regarding event delegating
  • Migration guide: added a section about events
  • Moved "@types/*" to "dependencies"
  • Replaced tabs with spaces
  • $.fn.trigger: triggering focus/blur natively
  • Event delegation: ensuring events that do not bubble (focus/blur/mouseenter/mouseleave) are still usable
  • Test: renamed some tests
  • Event delegation: ensuring event.currentTarget points to the right element
  • Migration guide: added a section about computing the dimensions of hidden elements
  • Fixed support for event.currentTarget
  • Migration guide: added a section about parsing script tags
  • Generalized insertElement to support a custom prepend target
  • Evaluating the content of script tags when attaching them to the DOM
  • Migration guide: added a loadScript function
  • find: improved resilience against text/comment/etc. nodes
  • $.fn.trigger: using MouseEvents when appropriate
  • evalScripts: improved browsers support
  • Improved support for event.currentTarget
fabiospampinato
published 3.0.0-beta.1 •

Changelog

Source

v3.0.0-beta.1 (2018-10-27)

  • Merge branch 'master' of github.com:kenwheeler/cash
  • Updated Karma configuration
  • $.fn.hasClass: ensuring it supports falsy values
  • $.matches: added back support for vendor-prefixed methods
  • Updated test suite
  • $.fn.val: improved support for old-ish browsers
  • Karma: picking versions relative to latest, when possible
  • Readme: ensuring Cash is always title-cased
  • Added a filtered utility
  • $.fn.children: cleaner implementation
  • $.fn.closest: faster implementation
  • $.fn.next|parent|prev|siblings: added support for an optional selector
  • pluck: added an optional deep parameter
  • $.fn.parents: much cleaner implementation
  • Added $.fn.prevAll
  • Added $.fn.nextAll
  • Updated readme
  • Added a "Migration Guide"
  • Added $.fn.hide|show|toggle
  • Added $.fn.unwrap|wrap|wrapAll|wrapInner
fabiospampinato
published 3.0.0-beta.0 •

Changelog

Source

v3.0.0-beta.0 (2018-10-26)

  • Test: added Firefox to Karma
  • Rewritten test suite
  • TypeScript: updated compiler options
  • $.fn.hasClass: aligned more with jQuery
  • $.camelCase: aligned more with jQuery
  • $.fn.extend: fixed support for defining plugins with it
  • computeStyle: check if a property is actually passed
  • computeStyle: returning undefined for unset CSS variables
  • Added @types/node as a dev dependency
  • camelCase: removed description
  • $.fn.each: improved performance
  • $.matches: removed support for older browsers
  • Travis: addded bundlesize
  • $.fn.prev|next: retrieving all previous/next elements
  • Test: ensuring $.fn.replaceWith and $.fn.replaceAll support multiple elements
  • Test: ensuring that $.fn.data supports more data types
  • $.fn.replaceWith: much cleaner implementation
  • $.fn.hasClass: much cleaner implementation
  • Added a pluck utility
  • $.fn.prev|next|parent: much cleaner implementation
  • $.fn.val: cleaner implementation
  • Simplified some events-related helpers
  • Creating one fewer div element
  • unique: improved performance
  • Updated logo
  • Readme: updated comparison tables
  • Added configuration for bump
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